Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] tests/intel/i915_pm_rps: Disable subtest thresholds-park when SLPC is enabled
@ 2024-07-24 12:49 sk.anirban
  2024-07-24 13:16 ` ✓ CI.xeBAT: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: sk.anirban @ 2024-07-24 12:49 UTC (permalink / raw)
  To: igt-dev, anshuman.gupta; +Cc: vinay.belgaumkar, aravind.iddamsetty, sk.anirban

From: Sk Anirban <sk.anirban@intel.com>

Skip the test when SLPC is enabled as it fails frequently.

Bug: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11455

Signed-off-by: Sk Anirban <sk.anirban@intel.com>
---
 tests/intel/i915_pm_rps.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/intel/i915_pm_rps.c b/tests/intel/i915_pm_rps.c
index 99b83f315..e1489b446 100644
--- a/tests/intel/i915_pm_rps.c
+++ b/tests/intel/i915_pm_rps.c
@@ -1179,7 +1179,8 @@ igt_main
 
 	igt_subtest_with_dynamic("thresholds-park") {
 		int tmp, gt;
-
+		igt_skip_on_f(i915_is_slpc_enabled(drm_fd),
+			      "This subtest is not supported when SLPC is enabled\n");
 		i915_for_each_gt(drm_fd, tmp, gt) {
 			igt_dynamic_f("gt%u", gt)
 				test_thresholds(drm_fd, gt, TEST_PARK);
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-07-24 14:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-24 12:49 [PATCH i-g-t] tests/intel/i915_pm_rps: Disable subtest thresholds-park when SLPC is enabled sk.anirban
2024-07-24 13:16 ` ✓ CI.xeBAT: success for " Patchwork
2024-07-24 13:28 ` ✗ Fi.CI.BAT: failure " Patchwork
2024-07-24 13:52 ` [PATCH i-g-t] " Riana Tauro
2024-07-24 14:33 ` ✗ CI.xeFULL: failure for " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox