[Intel-gfx] [PATCH i-g-t] tests/i915_pm_freq_api: Test s2idle instead of S3
Gupta, Anshuman
anshuman.gupta at intel.com
Thu Aug 31 15:46:38 UTC 2023
> -----Original Message-----
> From: Belgaumkar, Vinay <vinay.belgaumkar at intel.com>
> Sent: Thursday, August 31, 2023 5:09 AM
> To: intel-gfx at lists.freedesktop.org; igt-dev at lists.freedesktop.org
> Cc: Belgaumkar, Vinay <vinay.belgaumkar at intel.com>; Gupta, Anshuman
> <anshuman.gupta at intel.com>
> Subject: [PATCH i-g-t] tests/i915_pm_freq_api: Test s2idle instead of S3
>
> Test skips whenever S3 is not supported, use s2idle instead, which is widely
> enabled.
>
> Cc: Anshuman Gupta <anshuman.gupta at intel.com>
> Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar at intel.com>
Reviewed-by: Anshuman Gupta <anshuman.gupta at 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
More information about the Intel-gfx
mailing list