mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 13:52:54 +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:
@@ -55,7 +55,7 @@ static void exchange_uint32_t(void *array, unsigned i, unsigned j)
|
||||
{
|
||||
uint32_t *i_arr = array;
|
||||
|
||||
swap(i_arr[i], i_arr[j]);
|
||||
igt_swap(i_arr[i], i_arr[j]);
|
||||
}
|
||||
|
||||
static int minor_evictions(int fd, struct igt_eviction_test_ops *ops,
|
||||
|
||||
Reference in New Issue
Block a user