diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2017-07-06 14:01:56 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2017-07-06 14:01:56 +0100 |
commit | ec91c56e2a480ce469e9f7d5a184c131442bf65a (patch) | |
tree | fac00ab4f1c131b47b11085f7db9b4f6857632d4 /tests/gem_cs_tlb.c | |
parent | be87623bc6ce7262a710d4b80431c8bbc16d0a74 (diff) |
Revert "igt: Remove default from the engine list"
This reverts commit d7a0b61450797a3d6644c65aebf75c2a90da1a15.
Diffstat (limited to 'tests/gem_cs_tlb.c')
-rw-r--r-- | tests/gem_cs_tlb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_cs_tlb.c b/tests/gem_cs_tlb.c index 98f857da..51e1c4e1 100644 --- a/tests/gem_cs_tlb.c +++ b/tests/gem_cs_tlb.c @@ -151,7 +151,7 @@ igt_main } for (e = intel_execution_engines; e->name; e++) - igt_subtest_f("%s%s", !igt_is_basic(e) ? "" : "basic-", e->name) + igt_subtest_f("%s%s", e->exec_id ? "" : "basic-", e->name) run_on_ring(fd, e->exec_id | e->flags, e->name); igt_fixture |