From 106f0bf965ac5ba8e5553e3e1b39396750bedc74 Mon Sep 17 00:00:00 2001 From: Zhenyu Wang Date: Wed, 3 Dec 2014 18:56:39 +0800 Subject: 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 --- lib/intel_batchbuffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/intel_batchbuffer.c') diff --git a/lib/intel_batchbuffer.c b/lib/intel_batchbuffer.c index 30ef2cf7..4b3a5b87 100644 --- a/lib/intel_batchbuffer.c +++ b/lib/intel_batchbuffer.c @@ -496,9 +496,9 @@ igt_render_copyfunc_t igt_get_render_copyfunc(int devid) * The platform-specific media fill function pointer for the device specified * with @devid. Will return NULL when no media fill function is implemented. */ -igt_media_fillfunc_t igt_get_media_fillfunc(int devid) +igt_fillfunc_t igt_get_media_fillfunc(int devid) { - igt_media_fillfunc_t fill = NULL; + igt_fillfunc_t fill = NULL; if (IS_GEN9(devid)) fill = gen9_media_fillfunc; -- cgit v1.2.3