[PATCH v2 0/3] Fix DCN 3.1.4 hangs on s2idle entry

Lazar, Lijo lijo.lazar at amd.com
Wed May 17 04:43:22 UTC 2023



On 5/17/2023 5:04 AM, Mario Limonciello wrote:
> DCN 3.1.4 s2idle entry will hang
> occasionally on s2idle entry, but only if running Wayland and only
> when using `systemctl suspend`, not `echo mem | tee /sys/power/state`.
> 
> This happens because using `systemctl suspend` will cause the screen
> to lock right before writing mem into /sys/power/state.
> 

A couple of things on this since this mentions systemctl suspend -

1) If in s2idle, it's supposed to immediately signal and not schedule 
delayed work

3964b0c2e843334858da99db881859faa4df241d drm/amdgpu: complete gfxoff 
allow signal during suspend without delay

2) RLC is never stopped on GFX 10 or greater.

Wondering if the code hides something else because of the timing.

Thanks,
Lijo

> This causes a delayed GFXOFF entry to be scheduled right before s2idle
> entry.  If the workqueue doesn't get processed before the RLC is turned
> off the system is hung. Even if the workqueue *does* get processed, there
> is a race between the APU microcontrollers and driver for whether GFX
> is actually powered off when RLC is turned off.
> 
> To avoid this issue, flush the workqueue on s2idle entry and ensure that
> GFX is really in GFXOFF before any sensitive register accesses occur.
> 
> Mario Limonciello (3):
>    drm/amd: Flush any delayed gfxoff on suspend entry
>    drm/amd: Poll for GFX core to be off
>    drm/amd: Skip RLC suspend for s0ix on PSP 13.0.4 and 13.0.11
> 
>   drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 25 ++++++++++++++++++++++
>   drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c     | 18 ++++++++++++++++
>   drivers/gpu/drm/amd/include/amd_shared.h   |  1 +
>   drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c  |  4 ++--
>   4 files changed, 46 insertions(+), 2 deletions(-)
> 


More information about the amd-gfx mailing list