From 0f1584ed6bdf92189c5324430dda2c83077012cb Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 1 Jul 2016 10:55:40 +0100 Subject: igt/prime_busy: Promote the test for dma-buf implicit fences as basic This is a requirement for interoperability that we fail. Signed-off-by: Chris Wilson --- tests/prime_busy.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/prime_busy.c') diff --git a/tests/prime_busy.c b/tests/prime_busy.c index 9e9baf8e..1c26f48f 100644 --- a/tests/prime_busy.c +++ b/tests/prime_busy.c @@ -189,7 +189,9 @@ igt_main for (e = intel_execution_engines; e->name; e++) { for (const struct mode *m = modes; m->name; m++) { - igt_subtest_f("%s-%s", m->name, e->name) { + igt_subtest_f("%s%s-%s", + e->exec_id == 0 ? "basic-" : "", + m->name, e->name) { gem_require_ring(fd, e->exec_id | e->flags); igt_skip_on_f(gen == 6 && e->exec_id == I915_EXEC_BSD, -- cgit v1.2.3