On 8/31/2023 5:08 AM, Vinay Belgaumkar wrote:
Test skips whenever S3 is not supported, use s2idle instead, which is widely enabled. Cc: Anshuman Gupta <[email protected]> Signed-off-by: Vinay Belgaumkar <[email protected]>
Looks good to me Reviewed-by: Riana Tauro <[email protected]>
--- 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);
