From 846436c1a26b2c8a9d787ec707edb075fac57ee0 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 23 Aug 2013 16:25:08 +0100 Subject: [PATCH] sna/dri: Make async blits async again Fixes the regression introduced in commit 6f5fd772c7ca656b86394a0f036d4e0cf5b33d8e [2.21.13] Author: Chris Wilson Date: Thu Jul 25 08:29:55 2013 +0100 sna/dri: Discard the strict checking for stale bo before performing a blit which added the sync request flag along the explicit async blit path. Signed-off-by: Chris Wilson --- src/sna/sna_dri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sna/sna_dri.c b/src/sna/sna_dri.c index 1569251f..ff960759 100644 --- a/src/sna/sna_dri.c +++ b/src/sna/sna_dri.c @@ -1415,7 +1415,7 @@ sna_dri_immediate_blit(struct sna *sna, ret = true; } else { info->bo = __sna_dri_copy_region(sna, draw, NULL, - info->back, info->front, true); + info->back, info->front, false); if (event) DRI2SwapComplete(info->client, draw, 0, 0, 0, DRI2_BLIT_COMPLETE,