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:
parent
0ca25c7b49
commit
c91fc0aad8
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue