summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2020-05-12 17:12:41 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2020-12-13 12:01:31 +0000
commitb7ab7d2771429032f14f76f924e1c1a666c9a0ee (patch)
treeaab2897d50de3b4866d405b5c32aa00708977fd2
parent7f2a5da61c695a2a384936091ef56fd2b34cb990 (diff)
i915/pm_rpm: Drop obsolete "gem_idle" subtest
An obscure and very dated subtest, it's even covered by the other subtests -- if the kernel still worked in any fashion assumed by the test. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r--tests/i915/i915_pm_rpm.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/i915/i915_pm_rpm.c b/tests/i915/i915_pm_rpm.c
index 6321dd40..7690775c 100644
--- a/tests/i915/i915_pm_rpm.c
+++ b/tests/i915/i915_pm_rpm.c
@@ -1400,16 +1400,6 @@ static void gem_execbuf_stress_subtest(int rounds, int wait_flags)
gem_close(drm_fd, handle);
}
-/* When this test was written, it triggered WARNs and DRM_ERRORs on dmesg. */
-static void gem_idle_subtest(void)
-{
- disable_all_screens_and_wait(&ms_data);
-
- sleep(5);
-
- gem_test_engine(drm_fd, -1);
-}
-
static void gem_evict_pwrite_subtest(void)
{
struct {
@@ -2049,8 +2039,6 @@ igt_main_args("", long_options, help_str, opt_handler, NULL)
gem_pread_subtest();
igt_subtest("gem-execbuf")
gem_execbuf_subtest();
- igt_subtest("gem-idle")
- gem_idle_subtest();
igt_subtest("gem-evict-pwrite") {
gem_require_mappable_ggtt(drm_fd);
gem_evict_pwrite_subtest();