[Bug 64329] Intel gen3 (945GM) fails to resume properly on Thinkpad X60s when lid is used to trigger suspend (XFCe)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri May 24 02:12:24 PDT 2013


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

--- Comment #18 from Daniel Vetter <daniel at ffwll.ch> ---
Shot in the dark:

diff --git a/drivers/gpu/drm/i915/intel_display.c
b/drivers/gpu/drm/i915/intel_display.c
index d63bb3fa..f363be2 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -3632,7 +3632,7 @@ static void i9xx_crtc_enable(struct drm_crtc *crtc)

        intel_enable_pipe(dev_priv, pipe, false);
        intel_enable_plane(dev_priv, plane, pipe);
-       if (IS_G4X(dev))
+       //if (IS_G4X(dev))
                g4x_fixup_plane(dev_priv, pipe);

        intel_crtc_load_lut(crtc);

This needs a kernel with

commit 61bc95c1fbbb6a08b55bbe161fdf1ea5493fc595
Author: Egbert Eich <eich at suse.com>
Date:   Mon Mar 4 09:24:38 2013 -0500

    DRM/i915: On G45 enable cursor plane briefly after enabling the display
plane.

-- 
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/20130524/7c31bbc2/attachment.html>


More information about the intel-gfx-bugs mailing list