sna: Remove invalid assert

Present and flip fallback may queue self-flips, so the assertion that
the crtc->flip_bo != crtc->bo is false.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2014-06-17 17:06:05 +01:00
parent 0ca25c7b49
commit c91fc0aad8
1 changed files with 0 additions and 1 deletions

View File

@ -6438,7 +6438,6 @@ void sna_mode_wakeup(struct sna *sna)
assert(crtc->flip_bo);
assert(crtc->flip_bo->active_scanout);
assert(crtc->flip_bo->refcnt >= crtc->flip_bo->active_scanout);
assert(crtc->flip_bo != crtc->bo);
if (crtc->bo) {
DBG(("%s: removing handle=%d from scanout, installing handle=%d\n",