summaryrefslogtreecommitdiff
path: root/tests/gem_cs_prefetch.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-02-18 10:27:07 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2016-02-18 10:28:39 +0000
commite85c530eab9ef20b2708ff36bfc6f6fa3990e1f4 (patch)
tree05c143837289b0246748a5e3272b49fbce623206 /tests/gem_cs_prefetch.c
parent3990dd87b60bf8092671cb3c536666936b460b0c (diff)
igt: Mark gem_cs_tlb/gem_cs_prefetch as a pair of basic GTT layout tests
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/gem_cs_prefetch.c')
-rw-r--r--tests/gem_cs_prefetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_cs_prefetch.c b/tests/gem_cs_prefetch.c
index 6d690456..ab40daff 100644
--- a/tests/gem_cs_prefetch.c
+++ b/tests/gem_cs_prefetch.c
@@ -151,6 +151,6 @@ igt_main
igt_skip_on_simulation();
for (e = intel_execution_engines; e->name; e++)
- igt_subtest_f("%s", e->name)
+ igt_subtest_f("%s%s", e->exec_id ? "" : "basic-", e->name)
test_ring(e->exec_id | e->flags);
}