mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user