From f4ce7fee6cb760353ce1fef9272e927461d8a21b Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 5 Apr 2016 19:12:29 +0100 Subject: [PATCH] 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 References: https://bugs.freedesktop.org/show_bug.cgi?id=94829#c13 Signed-off-by: Chris Wilson --- src/sna/sna_present.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sna/sna_present.c b/src/sna/sna_present.c index eaed5244..cd7a741f 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; }