summaryrefslogtreecommitdiff
path: root/tests/gem_seqno_wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_seqno_wrap.c')
-rw-r--r--tests/gem_seqno_wrap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gem_seqno_wrap.c b/tests/gem_seqno_wrap.c
index 8d948589..a54c4140 100644
--- a/tests/gem_seqno_wrap.c
+++ b/tests/gem_seqno_wrap.c
@@ -243,8 +243,8 @@ static int run_sync_test(int num_buffers, bool verify)
init_buffer(bufmgr, &s_dst[i], dst1[i], width, height);
}
- drmtest_permute_array(p_dst1, num_buffers, exchange_uint);
- drmtest_permute_array(p_dst2, num_buffers, exchange_uint);
+ igt_permute_array(p_dst1, num_buffers, exchange_uint);
+ igt_permute_array(p_dst2, num_buffers, exchange_uint);
for (i = 0; i < num_buffers; i++)
render_copyfunc(&s_src[i], &s_dst[p_dst1[i]], width, height);