mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-26 23:50:29 +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:
+2
-2
@@ -247,11 +247,11 @@ static void emit_fence_stress(struct test_output *o)
|
||||
static void emit_dummy_load__rcs(struct test_output *o)
|
||||
{
|
||||
const struct kmstest_fb *fb_info = &o->fb_info[o->current_fb_id];
|
||||
render_copyfunc_t copyfunc;
|
||||
igt_render_copyfunc_t copyfunc;
|
||||
struct igt_buf sb[2], *src, *dst;
|
||||
int i, limit;
|
||||
|
||||
copyfunc = get_render_copyfunc(devid);
|
||||
copyfunc = igt_get_render_copyfunc(devid);
|
||||
if (copyfunc == NULL)
|
||||
return emit_dummy_load__bcs(o);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user