[Bug 78992] [regression] DRI2 races
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu May 22 06:13:45 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=78992
--- Comment #32 from Chris Wilson <chris at chris-wilson.co.uk> ---
Hmm. How about?
diff --git a/src/sna/sna_dri2.c b/src/sna/sna_dri2.c
index 85492b5..597bc1d 100644
--- a/src/sna/sna_dri2.c
+++ b/src/sna/sna_dri2.c
@@ -1999,7 +1999,7 @@ sna_dri2_schedule_flip(ClientPtr client, DrawablePtr
draw, xf86CrtcPtr crtc,
DBG(("%s: performing immediate swap on pipe %d, pending? %d,
mode: %d\n",
__FUNCTION__, pipe, info != NULL, info ? info->mode : 0));
- if (info && info->draw == draw) {
+ if (info && info->draw == draw && 0) {
assert(info->type != FLIP);
assert(info->front == front);
--
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/20140522/53908756/attachment.html>
More information about the intel-gfx-bugs
mailing list