From d7a0b61450797a3d6644c65aebf75c2a90da1a15 Mon Sep 17 00:00:00 2001 From: Tvrtko Ursulin Date: Fri, 23 Jun 2017 12:31:40 +0100 Subject: igt: Remove default from the engine list Default is not an engine but an ABI alias for RCS. Remove it from the engine list to eliminate redundant subtests and test passes. Signed-off-by: Tvrtko Ursulin Acked-by: Daniel Vetter --- tests/kms_busy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/kms_busy.c') diff --git a/tests/kms_busy.c b/tests/kms_busy.c index af7335db..f7c476ac 100644 --- a/tests/kms_busy.c +++ b/tests/kms_busy.c @@ -335,7 +335,7 @@ igt_main for (e = intel_execution_engines; e->name; e++) { igt_subtest_f("%sflip-%s-%s", - e->exec_id == 0 ? "basic-" : "", + igt_is_basic(e) ? "basic-" : "", e->name, kmstest_pipe_name(n)) { igt_require(gem_has_ring(display.drm_fd, e->exec_id | e->flags)); @@ -343,7 +343,7 @@ igt_main test_flip(&display, e->exec_id | e->flags, n, false); } igt_subtest_f("%smodeset-%s-%s", - e->exec_id == 0 ? "basic-" : "", + igt_is_basic(e) ? "basic-" : "", e->name, kmstest_pipe_name(n)) { igt_require(gem_has_ring(display.drm_fd, e->exec_id | e->flags)); -- cgit v1.2.3