From 27cf5847dc9f14417b4a51a0b21213ba8ff04ebd Mon Sep 17 00:00:00 2001 From: Daniele Ceraolo Spurio Date: Tue, 12 May 2015 13:09:30 +0100 Subject: [PATCH] tests/gem_cs_tlb: fix hardcoded ring id The test has 4 subparts, one for each ring, but internally they all submit to ring 0. Fix it to use the provided ring_id Signed-off-by: Daniel Vetter --- tests/gem_cs_tlb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gem_cs_tlb.c b/tests/gem_cs_tlb.c index 3df4f377..62f446cc 100644 --- a/tests/gem_cs_tlb.c +++ b/tests/gem_cs_tlb.c @@ -130,7 +130,7 @@ static void run_on_ring(int fd, unsigned ring_id, const char *ring_name) gem_close(fd, handle); } - igt_assert_eq(exec(fd, handle_new, split, >t_offset_new, 0), + igt_assert_eq(exec(fd, handle_new, split, >t_offset_new, ring_id), 0); if (split > 0) {