From: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
To: intel-gfx@lists.freedesktop.org, igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t] i915_pm_rps: Enable waitboost tests for SLPC
Date: Tue, 14 Mar 2023 11:06:40 -0700 [thread overview]
Message-ID: <20230314180640.2275192-1-vinay.belgaumkar@intel.com> (raw)
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
next reply other threads:[~2023-03-14 18:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-14 18:06 Vinay Belgaumkar [this message]
2023-03-14 19:06 ` [igt-dev] ✓ Fi.CI.BAT: success for i915_pm_rps: Enable waitboost tests for SLPC 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230314180640.2275192-1-vinay.belgaumkar@intel.com \
--to=vinay.belgaumkar@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox