mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 22:02:57 +00:00
gem_stress: add width/height arg to rendercpy functions
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -305,14 +305,17 @@ static void render_copyfunc(struct scratch_buf *src, unsigned src_x, unsigned sr
|
||||
if (IS_GEN2(devid))
|
||||
gen2_render_copyfunc(batch,
|
||||
src, src_x, src_y,
|
||||
options.tile_size, options.tile_size,
|
||||
dst, dst_x, dst_y);
|
||||
else if (IS_GEN3(devid))
|
||||
gen3_render_copyfunc(batch,
|
||||
src, src_x, src_y,
|
||||
options.tile_size, options.tile_size,
|
||||
dst, dst_x, dst_y);
|
||||
else if (IS_GEN6(devid))
|
||||
gen6_render_copyfunc(batch,
|
||||
src, src_x, src_y,
|
||||
options.tile_size, options.tile_size,
|
||||
dst, dst_x, dst_y);
|
||||
else
|
||||
blitter_copyfunc(src, src_x, src_y,
|
||||
|
||||
Reference in New Issue
Block a user