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@frickel.club>
References: https://bugs.freedesktop.org/show_bug.cgi?id=94829#c13
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2016-04-05 19:12:29 +01:00
parent 84c545b1b7
commit f4ce7fee6c
1 changed files with 0 additions and 1 deletions

View File

@ -422,7 +422,6 @@ sna_present_queue_vblank(RRCrtcPtr crtc, uint64_t event_id, uint64_t msc)
return BadAlloc;
}
assert(info->queued);
return Success;
}