summaryrefslogtreecommitdiff
path: root/tests/gem_exec_fence.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_exec_fence.c')
-rw-r--r--tests/gem_exec_fence.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/gem_exec_fence.c b/tests/gem_exec_fence.c
index 92c626c3..b094f585 100644
--- a/tests/gem_exec_fence.c
+++ b/tests/gem_exec_fence.c
@@ -757,16 +757,16 @@ igt_main
}
igt_subtest_f("%sbusy-%s",
- igt_is_basic(e) ? "basic-" : "",
- e->name)
+ e->exec_id == 0 ? "basic-" : "",
+ e->name)
test_fence_busy(i915, e->exec_id | e->flags, 0);
igt_subtest_f("%swait-%s",
- igt_is_basic(e) ? "basic-" : "",
- e->name)
+ e->exec_id == 0 ? "basic-" : "",
+ e->name)
test_fence_busy(i915, e->exec_id | e->flags, WAIT);
igt_subtest_f("%sawait-%s",
- igt_is_basic(e) ? "basic-" : "",
- e->name)
+ e->exec_id == 0 ? "basic-" : "",
+ e->name)
test_fence_await(i915, e->exec_id | e->flags, 0);
igt_subtest_f("nb-await-%s", e->name)
test_fence_await(i915, e->exec_id | e->flags, NONBLOCK);