sna: First copy to overlap temporary must be using GXcopy

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2014-06-11 16:12:26 +01:00
parent ad076b3940
commit 0dfe7d93de
1 changed files with 1 additions and 1 deletions

View File

@ -2147,7 +2147,7 @@ sna_render_copy_boxes__overlap(struct sna *sna, uint8_t alu,
if (bo == NULL)
goto out;
ret = (sna->render.copy_boxes(sna, alu,
ret = (sna->render.copy_boxes(sna, GXcopy,
src, src_bo, src_dx, src_dy,
tmp, bo, -extents->x1, -extents->y1,
box, n , 0) &&