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:
parent
d4fa4d5494
commit
53ff19f45a
|
|
@ -6051,7 +6051,7 @@ fallback:
|
|||
if (!sna_gc_move_to_cpu(gc, dst, ®ion))
|
||||
goto out;
|
||||
if (!sna_drawable_move_region_to_cpu(dst, ®ion,
|
||||
MOVE_READ | MOVE_WRITE))
|
||||
drawable_gc_flags(dst, gc, false)))
|
||||
goto out_gc;
|
||||
|
||||
DBG(("%s: fbCopyPlane(%d, %d, %d, %d, %d,%d) %x\n",
|
||||
|
|
|
|||
Loading…
Reference in New Issue