From b7ab7d2771429032f14f76f924e1c1a666c9a0ee Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 12 May 2020 17:12:41 +0100 Subject: 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 --- tests/i915/i915_pm_rpm.c | 12 ------------ 1 file changed, 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(); -- cgit v1.2.3