mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-24 08:16:10 +00:00
gem_stress: use the gen7 rendercopy
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
parent
2234f87a08
commit
beb1bb8fd2
@ -343,6 +343,11 @@ static void render_copyfunc(struct scratch_buf *src, unsigned src_x, unsigned sr
|
|||||||
src, src_x, src_y,
|
src, src_x, src_y,
|
||||||
options.tile_size, options.tile_size,
|
options.tile_size, options.tile_size,
|
||||||
dst, dst_x, dst_y);
|
dst, dst_x, dst_y);
|
||||||
|
else if (IS_GEN7(devid))
|
||||||
|
gen7_render_copyfunc(batch,
|
||||||
|
src, src_x, src_y,
|
||||||
|
options.tile_size, options.tile_size,
|
||||||
|
dst, dst_x, dst_y);
|
||||||
else
|
else
|
||||||
blitter_copyfunc(src, src_x, src_y,
|
blitter_copyfunc(src, src_x, src_y,
|
||||||
dst, dst_x, dst_y,
|
dst, dst_x, dst_y,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user