sna/dri: Make async blits async again

Fixes the regression introduced in
commit 6f5fd772c7 [2.21.13]
Author: Chris Wilson <chris@chris-wilson.co.uk>
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 <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2013-08-23 16:25:08 +01:00
parent fc4e81726d
commit 846436c1a2
1 changed files with 1 additions and 1 deletions

View File

@ -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,