RE: [PATCH] drm/amdgpu: check whether s2idle is enabled to determine s0ix

2021-03-30 Thread Lazar, Lijo
d-gfx@lists.freedesktop.org Cc: Deucher, Alexander Subject: RE: [PATCH] drm/amdgpu: check whether s2idle is enabled to determine s0ix [AMD Public Use] [AMD Public Use] This issue should occur on the hybrid s0i3 system which forces mem_sleep to deep level on the s0i3 enabled platform. We may need us

RE: [PATCH] drm/amdgpu: check whether s2idle is enabled to determine s0ix

2021-03-30 Thread Liang, Prike
-by: Prike Liang Thanks, Prike > -Original Message- > From: amd-gfx On Behalf Of Alex > Deucher > Sent: Tuesday, March 30, 2021 1:41 AM > To: amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander > Subject: [PATCH] drm/amdgpu: check whether s2idle is enabled to det

[PATCH] drm/amdgpu: check whether s2idle is enabled to determine s0ix

2021-03-29 Thread Alex Deucher
For legacy S3, we need to use different handling in the driver. Suggested by Heiko Przybyl. Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/1553 Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dri