summaryrefslogtreecommitdiff
path: root/tests/prime_busy.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2017-07-06 14:01:56 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2017-07-06 14:01:56 +0100
commitec91c56e2a480ce469e9f7d5a184c131442bf65a (patch)
treefac00ab4f1c131b47b11085f7db9b4f6857632d4 /tests/prime_busy.c
parentbe87623bc6ce7262a710d4b80431c8bbc16d0a74 (diff)
Revert "igt: Remove default from the engine list"
This reverts commit d7a0b61450797a3d6644c65aebf75c2a90da1a15.
Diffstat (limited to 'tests/prime_busy.c')
-rw-r--r--tests/prime_busy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/prime_busy.c b/tests/prime_busy.c
index a4e42a75..cbc91545 100644
--- a/tests/prime_busy.c
+++ b/tests/prime_busy.c
@@ -186,7 +186,7 @@ static void run_busy(int fd,
}
igt_subtest_f("%s%s-%s",
- igt_is_basic(e) && !(flags & HANG) ? "basic-" : "",
+ !e->exec_id && !(flags & HANG) ? "basic-" : "",
name, e->name)
busy(fd, e->exec_id | e->flags, flags);
@@ -211,7 +211,7 @@ static void run_poll(int fd,
}
igt_subtest_f("%swait-%s-%s",
- igt_is_basic(e) && !(flags & HANG) ? "basic-" : "",
+ !e->exec_id && !(flags & HANG) ? "basic-" : "",
name, e->name)
busy(fd, e->exec_id | e->flags, flags | POLL);