xf86-video-intel: src/sna/sna_present.c

Chris Wilson ickle at kemper.freedesktop.org
Tue Apr 5 18:14:04 UTC 2016


 src/sna/sna_present.c |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit f4ce7fee6cb760353ce1fef9272e927461d8a21b
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Tue Apr 5 19:12:29 2016 +0100

    sna/present: And drop bogus queued assertion
    
    Don't forget that along the vblank path, we may use a timer instead of
    the hw event in which case, we don't actually count the info as queued
    (to hardware)
    
    Reported-by: Christoph Haag <haagch at frickel.club>
    References: https://bugs.freedesktop.org/show_bug.cgi?id=94829#c13
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/sna/sna_present.c b/src/sna/sna_present.c
index eaed524..cd7a741 100644
--- a/src/sna/sna_present.c
+++ b/src/sna/sna_present.c
@@ -422,7 +422,6 @@ sna_present_queue_vblank(RRCrtcPtr crtc, uint64_t event_id, uint64_t msc)
 		return BadAlloc;
 	}
 
-	assert(info->queued);
 	return Success;
 }
 


More information about the xorg-commit mailing list