[bisected] hibernation regression for AMD APUs in 6.1.22 & 6.2.9
From https://bugzilla.kernel.org/show_bug.cgi?id=217295
With kernel versions 6.1.22 and 6.2.9 initialization fails when waking up from hibernation (either black screen only showing mouse pointer or screen with colorful mosaic depending on APU). Hibernation worked properly with version 6.1.21 and 6.2.7.
Affected APUs: Ryzen 5 5600U and Ryzen 7 PRO 4750G
The commit causing this regression is:
"drm/amdgpu: skip ASIC reset for APUs when go to S4"
(commit b589626674de94d977e81c99bf7905872b991197)
Reverting this commit in version 6.1.22 and 6.2.9 resolves the issues.
Please revert this commit or alternatively adjust amdgpu_acpi_should_gpu_reset() to return true for the above mentioned APUs.