summaryrefslogtreecommitdiff
path: root/tests/gem_stress.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_stress.h')
-rw-r--r--tests/gem_stress.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/gem_stress.h b/tests/gem_stress.h
index 0905a1bb..9d42a75b 100644
--- a/tests/gem_stress.h
+++ b/tests/gem_stress.h
@@ -91,11 +91,8 @@ static inline unsigned buf_height(struct scratch_buf *buf)
}
void gen6_render_copyfunc(struct scratch_buf *src, unsigned src_x, unsigned src_y,
- struct scratch_buf *dst, unsigned dst_x, unsigned dst_y,
- unsigned logical_tile_no);
+ struct scratch_buf *dst, unsigned dst_x, unsigned dst_y);
void gen3_render_copyfunc(struct scratch_buf *src, unsigned src_x, unsigned src_y,
- struct scratch_buf *dst, unsigned dst_x, unsigned dst_y,
- unsigned logical_tile_no);
+ struct scratch_buf *dst, unsigned dst_x, unsigned dst_y);
void gen2_render_copyfunc(struct scratch_buf *src, unsigned src_x, unsigned src_y,
- struct scratch_buf *dst, unsigned dst_x, unsigned dst_y,
- unsigned logical_tile_no);
+ struct scratch_buf *dst, unsigned dst_x, unsigned dst_y);