[Bug 78992] [regression] DRI2 races

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu May 22 05:17:10 PDT 2014


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

--- Comment #30 from Chris Wilson <chris at chris-wilson.co.uk> ---
Time to start narrowing down the affected paths:

diff --git a/src/sna/sna_dri2.c b/src/sna/sna_dri2.c
index 85492b5..6cbda1d 100644
--- a/src/sna/sna_dri2.c
+++ b/src/sna/sna_dri2.c
@@ -2007,7 +2007,7 @@ sna_dri2_schedule_flip(ClientPtr client, DrawablePtr
draw, xf86CrtcPtr crtc,
                                info->back = back;
                                sna_dri2_reference_buffer(back);
                        }
-                       if (current_msc >= *target_msc) {
+                       if (current_msc >= *target_msc && 0) {
                                DBG(("%s: executing xchg of pending flip\n",
                                     __FUNCTION__));

-- 
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/1321f9ba/attachment.html>


More information about the intel-gfx-bugs mailing list