summaryrefslogtreecommitdiff
path: root/lib/rendercopy_i915.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rendercopy_i915.c')
-rw-r--r--lib/rendercopy_i915.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rendercopy_i915.c b/lib/rendercopy_i915.c
index fc9583cf..f68e7c1f 100644
--- a/lib/rendercopy_i915.c
+++ b/lib/rendercopy_i915.c
@@ -21,9 +21,9 @@
void gen3_render_copyfunc(struct intel_batchbuffer *batch,
drm_intel_context *context,
- struct igt_buf *src, unsigned src_x, unsigned src_y,
+ const struct igt_buf *src, unsigned src_x, unsigned src_y,
unsigned width, unsigned height,
- struct igt_buf *dst, unsigned dst_x, unsigned dst_y)
+ const struct igt_buf *dst, unsigned dst_x, unsigned dst_y)
{
/* invariant state */
{