<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - Intel gen3 (945GM) fails to resume properly on Thinkpad X60s when lid is used to trigger suspend (XFCe)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=64329#c18">Comment # 18</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - Intel gen3 (945GM) fails to resume properly on Thinkpad X60s when lid is used to trigger suspend (XFCe)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=64329">bug 64329</a>
              from <span class="vcard"><a class="email" href="mailto:daniel@ffwll.ch" title="Daniel Vetter <daniel@ffwll.ch>"> <span class="fn">Daniel Vetter</span></a>
</span></b>
        <pre>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 <<a href="mailto:eich@suse.com">eich@suse.com</a>>
Date:   Mon Mar 4 09:24:38 2013 -0500

    DRM/i915: On G45 enable cursor plane briefly after enabling the display
plane.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>