Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/i915_pm_freq_api: Test s2idle instead of S3
@ 2023-08-30 23:38 Vinay Belgaumkar
  2023-08-31  1:07 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Vinay Belgaumkar @ 2023-08-30 23:38 UTC (permalink / raw)
  To: intel-gfx, igt-dev

Test skips whenever S3 is not supported, use s2idle instead, which is
widely enabled.

Cc: Anshuman Gupta <anshuman.gupta@intel.com>
Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
---
 tests/i915/i915_pm_freq_api.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/i915/i915_pm_freq_api.c b/tests/i915/i915_pm_freq_api.c
index 2912287c4..03bd0d05b 100644
--- a/tests/i915/i915_pm_freq_api.c
+++ b/tests/i915/i915_pm_freq_api.c
@@ -125,7 +125,7 @@ static void test_suspend(int i915, int dirfd, int gt)
 		igt_assert_eq(req_freq, rpn);
 
 	/* Manually trigger a suspend */
-	igt_system_suspend_autoresume(SUSPEND_STATE_S3,
+	igt_system_suspend_autoresume(SUSPEND_STATE_FREEZE,
 				      SUSPEND_TEST_NONE);
 
 	req_freq = get_freq(dirfd, RPS_CUR_FREQ_MHZ);
-- 
2.38.1

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

end of thread, other threads:[~2023-08-31 15:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-30 23:38 [igt-dev] [PATCH i-g-t] tests/i915_pm_freq_api: Test s2idle instead of S3 Vinay Belgaumkar
2023-08-31  1:07 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2023-08-31  1:57 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
2023-08-31  7:47 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-08-31 12:09 ` [igt-dev] [PATCH i-g-t] " Riana Tauro
2023-08-31 15:46 ` Gupta, Anshuman

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