summaryrefslogtreecommitdiff
path: root/lib/media_fill.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/media_fill.h')
-rw-r--r--lib/media_fill.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/media_fill.h b/lib/media_fill.h
index 4b2fd3a4..2e1af325 100644
--- a/lib/media_fill.h
+++ b/lib/media_fill.h
@@ -21,14 +21,14 @@
void
gen8_media_fillfunc(struct intel_batchbuffer *batch,
- struct scratch_buf *dst,
+ struct igt_buf *dst,
unsigned x, unsigned y,
unsigned width, unsigned height,
uint8_t color);
void
gen7_media_fillfunc(struct intel_batchbuffer *batch,
- struct scratch_buf *dst,
+ struct igt_buf *dst,
unsigned x, unsigned y,
unsigned width, unsigned height,
uint8_t color);