[Bug 77768] resume from S3 slightly broken since kernel 3.10
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Apr 23 01:04:39 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=77768
--- Comment #7 from Chris Wilson <chris at chris-wilson.co.uk> ---
Try:
diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c
index 3225d51..e8fdc79 100644
--- a/src/sna/sna_display.c
+++ b/src/sna/sna_display.c
@@ -2777,7 +2777,7 @@ sna_output_init(ScrnInfoPtr scrn, struct sna_mode *mode,
int num)
/* stash the active CRTC id for our probe function */
output->crtc = NULL;
- if (compat_conn.conn.connection == DRM_MODE_CONNECTED)
+ if (compat_conn.conn.connection != DRM_MODE_DISCONNECTED)
output->crtc = (void *)(uintptr_t)enc.crtc_id;
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140423/f222fc25/attachment.html>
More information about the intel-gfx-bugs
mailing list