From c91fc0aad843ffc2660f6a3bf9b875d190e0b0dd Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 17 Jun 2014 17:06:05 +0100 Subject: [PATCH] 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 --- src/sna/sna_display.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c index 5f329786..0c0ae8aa 100644 --- a/src/sna/sna_display.c +++ b/src/sna/sna_display.c @@ -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",