diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-01-15 18:20:29 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-01-15 22:24:08 +0000 |
commit | 1be436409222c00ff66c6d747487b77f1037b27a (patch) | |
tree | 811d0a82932563498e31a82f989620b56f1b24cb | |
parent | 2113f7f440dd2f10e80f0bb3bd5cd155f7e19098 (diff) |
sna: Pass the async hint for the upload into the GPU
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | src/sna/sna_accel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c index fc2ef071..ea0b7868 100644 --- a/src/sna/sna_accel.c +++ b/src/sna/sna_accel.c @@ -4312,7 +4312,7 @@ sna_copy_boxes(DrawablePtr src, DrawablePtr dst, GCPtr gc, area.y2 += src_dy; if (!sna_pixmap_move_area_to_gpu(src_pixmap, &area, - MOVE_READ)) + MOVE_READ | MOVE_ASYNC_HINT)) goto fallback; if (!sna->render.copy_boxes(sna, alu, |