<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [IVB] wake up from sleep state gives corrupt display (on both screen)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=89371#c13">Comment # 13</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [IVB] wake up from sleep state gives corrupt display (on both screen)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=89371">bug 89371</a>
from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
<pre>Can you try:
diff --git a/src/sna/sna_dri2.c b/src/sna/sna_dri2.c
index 32f65ca..ec6c0ad 100644
--- a/src/sna/sna_dri2.c
+++ b/src/sna/sna_dri2.c
@@ -1487,7 +1487,7 @@ void sna_dri2_decouple_window(WindowPtr win)
priv->front = NULL;
}
- swap_limit(&win->drawable, 1);
+ //swap_limit(&win->drawable, 1);
}
void sna_dri2_destroy_window(WindowPtr win)</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 on the CC list for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>