mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-23 14:23:03 +00:00
lib/intel_batchbuffer: igt_ prefix for rendercopy/mediafill funcs
Now everything is prepared to pour some neat api docs over this all. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
+1
-1
@@ -338,7 +338,7 @@ static void render_copyfunc(struct igt_buf *src, unsigned src_x, unsigned src_y,
|
||||
unsigned logical_tile_no)
|
||||
{
|
||||
static unsigned keep_gpu_busy_counter = 0;
|
||||
render_copyfunc_t rendercopy = get_render_copyfunc(devid);
|
||||
igt_render_copyfunc_t rendercopy = igt_get_render_copyfunc(devid);
|
||||
|
||||
/* check both edges of the fence usage */
|
||||
if (keep_gpu_busy_counter & 1)
|
||||
|
||||
Reference in New Issue
Block a user