summaryrefslogtreecommitdiff
path: root/tests/gem_media_fill.c
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyuw@linux.intel.com>2014-12-03 18:56:39 +0800
committerZhenyu Wang <zhenyuw@linux.intel.com>2014-12-04 10:17:12 +0800
commit106f0bf965ac5ba8e5553e3e1b39396750bedc74 (patch)
treec580be0e847637134fe778619ea5e396c1f1ca89 /tests/gem_media_fill.c
parent4e5c16c17ed14831aaa369877d78788ad23ce388 (diff)
lib: rename igt_media_fillfunc_t typedef to igt_fillfunc_t
This makes fill function more general to prepare for other fill method using GPGPU pipeline. Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Diffstat (limited to 'tests/gem_media_fill.c')
-rw-r--r--tests/gem_media_fill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_media_fill.c b/tests/gem_media_fill.c
index b06a556c..3067317f 100644
--- a/tests/gem_media_fill.c
+++ b/tests/gem_media_fill.c
@@ -101,7 +101,7 @@ igt_simple_main
data_t data = {0, };
struct intel_batchbuffer *batch = NULL;
struct igt_buf dst;
- igt_media_fillfunc_t media_fill = NULL;
+ igt_fillfunc_t media_fill = NULL;
int i, j;
data.drm_fd = drm_open_any_render();