mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-23 22:32:57 +00:00
lib/igt_aux: s/swap/igt_swap/
It collides with the subtest naming convention glossary entry for swap. Which makes the docbook xml stuff unhappy. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
+2
-2
@@ -242,7 +242,7 @@ static int _emit_dummy_load__bcs(struct test_output *o, int limit, int timeout)
|
||||
2048, 2048,
|
||||
2048*4, 2048*4);
|
||||
|
||||
swap(src_bo, dst_bo);
|
||||
igt_swap(src_bo, dst_bo);
|
||||
}
|
||||
blit_copy(fb_bo, src_bo,
|
||||
min(o->fb_width, 2048), min(o->fb_height, 2048),
|
||||
@@ -357,7 +357,7 @@ static int _emit_dummy_load__rcs(struct test_output *o, int limit, int timeout)
|
||||
2048, 2048,
|
||||
dst, 0, 0);
|
||||
|
||||
swap(src, dst);
|
||||
igt_swap(src, dst);
|
||||
}
|
||||
copyfunc(batch, NULL,
|
||||
src, 0, 0,
|
||||
|
||||
Reference in New Issue
Block a user