mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 21:02:59 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user