sna: Allow wedged CopyPlane to operate inplace on the destination

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2012-07-17 19:40:16 +01:00
parent d4fa4d5494
commit 53ff19f45a
1 changed files with 1 additions and 1 deletions

View File

@ -6051,7 +6051,7 @@ fallback:
if (!sna_gc_move_to_cpu(gc, dst, &region))
goto out;
if (!sna_drawable_move_region_to_cpu(dst, &region,
MOVE_READ | MOVE_WRITE))
drawable_gc_flags(dst, gc, false)))
goto out_gc;
DBG(("%s: fbCopyPlane(%d, %d, %d, %d, %d,%d) %x\n",