summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-05-19 14:32:56 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-05-19 14:35:24 +0100
commitdc8cf567a830e9fc1557693115740cfc52fa8406 (patch)
tree81396a23884cb6a6337910bc497679ab6b1721f8
parent51fcf03952ee416703c449acb13ec37cec2be00b (diff)
igt/gem_cs_prefetch: Remove from BAT
With the introduction of gem_exec_gttfill, we have a basic test that fulfils the role that I was using gem_cs_prefetch for (stressing the allotment of the full GTT) without the requirement for carefully checking for a prefetch layout bug. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-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 ab40daff..6d690456 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%s", e->exec_id ? "" : "basic-", e->name)
+ igt_subtest_f("%s", e->name)
test_ring(e->exec_id | e->flags);
}