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>
This commit is contained in:
Chris Wilson
2016-02-18 10:27:07 +00:00
parent 3990dd87b6
commit e85c530eab
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -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);
}