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>
This commit is contained in:
Zhenyu Wang
2014-12-03 18:56:39 +08:00
parent 4e5c16c17e
commit 106f0bf965
3 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -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();