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:
parent
fc4e81726d
commit
846436c1a2
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue