From: sk.anirban@intel.com
To: igt-dev@lists.freedesktop.org, anshuman.gupta@intel.com
Cc: vinay.belgaumkar@intel.com, aravind.iddamsetty@intel.com,
sk.anirban@intel.com
Subject: [PATCH i-g-t] tests/intel/i915_pm_rps: Disable subtest thresholds-park when SLPC is enabled
Date: Wed, 24 Jul 2024 18:19:19 +0530 [thread overview]
Message-ID: <20240724124919.87566-1-sk.anirban@intel.com> (raw)
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
next reply other threads:[~2024-07-24 12:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-24 12:49 sk.anirban [this message]
2024-07-24 13:16 ` ✓ CI.xeBAT: success for tests/intel/i915_pm_rps: Disable subtest thresholds-park when SLPC is enabled 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
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=20240724124919.87566-1-sk.anirban@intel.com \
--to=sk.anirban@intel.com \
--cc=anshuman.gupta@intel.com \
--cc=aravind.iddamsetty@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=vinay.belgaumkar@intel.com \
/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