* [Intel-gfx] [PATCH i-g-t] i915_pm_rps: Enable waitboost tests for SLPC
@ 2023-03-14 18:06 Vinay Belgaumkar
2023-03-17 4:12 ` [Intel-gfx] [igt-dev] " Dixit, Ashutosh
0 siblings, 1 reply; 2+ 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] 2+ messages in thread
end of thread, other threads:[~2023-03-17 4:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-14 18:06 [Intel-gfx] [PATCH i-g-t] i915_pm_rps: Enable waitboost tests for SLPC Vinay Belgaumkar
2023-03-17 4:12 ` [Intel-gfx] [igt-dev] " Dixit, Ashutosh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox