sna/dri2: Always force the async blits to be immediate
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
1b5f91e142
commit
b1c07c20a3
|
|
@ -1735,7 +1735,7 @@ sna_dri2_immediate_blit(struct sna *sna,
|
|||
event));
|
||||
|
||||
info->type = SWAP_THROTTLE;
|
||||
if (sna_dri2_window_get_chain((WindowPtr)draw) == info) {
|
||||
if (!sync || sna_dri2_window_get_chain((WindowPtr)draw) == info) {
|
||||
DBG(("%s: no pending blit, starting chain\n",
|
||||
__FUNCTION__));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue