sna/gen6+: Avoid adjusting copy coordinates until commited to using them
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 23 Jun 2014 10:14:25 +0000 (11:14 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 23 Jun 2014 10:14:25 +0000 (11:14 +0100)
commit30348efd57135edee41fccb87133c572b6473aa8
tree648ec21e51e3fa2929e612de786c741f9a1f178c
parente1e853edee67c3ced43d5e4b1fbd52ca4c92966d
sna/gen6+: Avoid adjusting copy coordinates until commited to using them

If we need to fallback to the BLT unit, we need to pass it the original
source/dest coordinates and not our transformed render coordinates. So
keep the original values intact until we start emitting the render
operation.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
src/sna/gen6_render.c
src/sna/gen7_render.c
src/sna/gen8_render.c