[Bug 66516] [845g regression] No output on LVDS

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jul 6 10:24:11 PDT 2013


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

--- Comment #13 from Chris Wilson <chris at chris-wilson.co.uk> ---
Remaining hack required to lit up the LVDS:

diff --git a/drivers/gpu/drm/i915/intel_display.c
b/drivers/gpu/drm/i915/intel_d
index 2fedc3e..bab3a52 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -10212,6 +10212,11 @@ static void intel_sanitize_crtc(struct intel_crtc
*crtc
                        encoder->base.crtc = NULL;
                }
        }
+
+       if (!crtc->active) {
+               crtc->active = true;
+               intel_crtc_disable(crtc);
+       }
 }

 static void intel_sanitize_encoder(struct intel_encoder *encoder)

(no word on resume issues yet)

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


More information about the intel-gfx-bugs mailing list