[Bug 78992] [regression] DRI2 races

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu May 22 12:24:31 PDT 2014


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

--- Comment #34 from Chris Wilson <chris at chris-wilson.co.uk> ---
Back to the hunt:

diff --git a/src/sna/sna_dri2.c b/src/sna/sna_dri2.c
index 85492b5..4c481ab 100644
--- a/src/sna/sna_dri2.c
+++ b/src/sna/sna_dri2.c
@@ -1992,7 +1992,7 @@ sna_dri2_schedule_flip(ClientPtr client, DrawablePtr
draw, xf86CrtcPtr crtc,
        union drm_wait_vblank vbl;
        CARD64 current_msc;

-       if (immediate_swap(sna, *target_msc, divisor, crtc, &current_msc)) {
+       if (immediate_swap(sna, *target_msc, divisor, crtc, &current_msc) && 0)
{
                int type;

                info = sna->dri2.flip_pending;

-- 
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/9a75f29b/attachment.html>


More information about the intel-gfx-bugs mailing list