mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +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:
@@ -145,7 +145,7 @@ static void render_copyfunc(struct igt_buf *src,
|
||||
int height)
|
||||
{
|
||||
const int src_x = 0, src_y = 0, dst_x = 0, dst_y = 0;
|
||||
render_copyfunc_t rendercopy = get_render_copyfunc(devid);
|
||||
igt_render_copyfunc_t rendercopy = igt_get_render_copyfunc(devid);
|
||||
static int warned = 0;
|
||||
|
||||
if (rendercopy) {
|
||||
|
||||
Reference in New Issue
Block a user