[Bug 65524] [sdvo lvds regression] "Use &intel_sdvo->ddc instead of intel_sdvo->i2c for DDC"

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jun 7 16:18:06 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=65524

--- Comment #5 from Chris Wilson <chris at chris-wilson.co.uk> ---
Indeed tweaking the pixel multiplier so that it comes out at 2 makes the SDVO
LVDS panel work again:

diff --git a/drivers/gpu/drm/i915/intel_sdvo.c
b/drivers/gpu/drm/i915/intel_sdvo.c
index 45aa32a..20a6c79 100644
--- a/drivers/gpu/drm/i915/intel_sdvo.c
+++ b/drivers/gpu/drm/i915/intel_sdvo.c
@@ -577,9 +577,9 @@ log_fail:

 static int intel_sdvo_get_pixel_multiplier(struct drm_display_mode *mode)
 {
-    if (mode->clock >= 100000)
+    if (mode->clock >= 80000)
         return 1;
-    else if (mode->clock >= 50000)
+    else if (mode->clock >= 40000)
         return 2;
     else
         return 4;

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20130607/2d19d114/attachment.html>


More information about the intel-gfx-bugs mailing list