All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] i915_pm_rps: Enable waitboost tests for SLPC
@ 2023-03-14 18:06 ` Vinay Belgaumkar
  0 siblings, 0 replies; 6+ messages in thread
From: Vinay Belgaumkar @ 2023-03-14 18:06 UTC (permalink / raw)
  To: intel-gfx, igt-dev

Waitboost is supported with SLPC. Re-enable the tests so
we have coverage.

Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
---
 tests/i915/i915_pm_rps.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/tests/i915/i915_pm_rps.c b/tests/i915/i915_pm_rps.c
index 4865ed1f..d4ee2d58 100644
--- a/tests/i915/i915_pm_rps.c
+++ b/tests/i915/i915_pm_rps.c
@@ -939,30 +939,22 @@ igt_main
 
 	/* Checks if we achieve boost using gem_wait */
 	igt_subtest("waitboost") {
-		igt_skip_on_f(i915_is_slpc_enabled(drm_fd),
-			      "This subtest is not supported when SLPC is enabled\n");
 		waitboost(drm_fd, false);
 	}
 
 	igt_describe("Check if the order of fences does not affect waitboosting");
 	igt_subtest("fence-order") {
-		igt_skip_on_f(i915_is_slpc_enabled(drm_fd),
-			      "This subtest is not supported when SLPC is enabled\n");
 		fence_order(drm_fd);
 	}
 
 	igt_describe("Check if context reuse does not affect waitboosting");
 	igt_subtest("engine-order") {
-		igt_skip_on_f(i915_is_slpc_enabled(drm_fd),
-			      "This subtest is not supported when SLPC is enabled\n");
 		engine_order(drm_fd);
 	}
 
 	/* Test boost frequency after GPU reset */
 	igt_subtest("reset") {
 		igt_hang_t hang;
-		igt_skip_on_f(i915_is_slpc_enabled(drm_fd),
-			      "This subtest is not supported when SLPC is enabled\n");
 		hang = igt_allow_hang(drm_fd, 0, 0);
 		waitboost(drm_fd, true);
 		igt_disallow_hang(drm_fd, hang);
-- 
2.38.1

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

end of thread, other threads:[~2023-03-17  4:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-14 18:06 [igt-dev] [PATCH i-g-t] i915_pm_rps: Enable waitboost tests for SLPC Vinay Belgaumkar
2023-03-14 18:06 ` [Intel-gfx] " Vinay Belgaumkar
2023-03-14 19:06 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2023-03-15 21:49 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-03-17  4:12 ` [igt-dev] [PATCH i-g-t] " Dixit, Ashutosh
2023-03-17  4:12   ` [Intel-gfx] " Dixit, Ashutosh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.