Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Admin message
The migration is almost done, at least the rest should happen in the background. There are still a few technical difference between the old cluster and the new ones, and they are summarized in this issue. Please pay attention to the TL:DR at the end of the comment.
Laptop ASUS ROG Strix G513QY fails to resume from suspend. The problem can be fixed by removing amdgpu asic reset from the suspend routine. Patches that introduced the problem:
Can you please share a dmesg and acpidump? And are you saying that if you revert those 3 patches on this kernel things are "working"? Did you bisect down to those 3 commits?
So, to be precise, I bisect to first 2 patches between Fedora kernel versions 5.15.13 and 5.15.14 and the last patch appears later.
At now, for Fedora kernel 5.17.5 I have applied this patch linux-kernel-test.patch
Here is the adcpidump acpidump.zip and dmesg with single suspend – resume procedure dmesg.txt
Yes, it working now.
With your W/A patch, are you getting into the deepest state across the suspend/resume cycle? I'd guess yes since we don't see the amd_pmc warning but you can confirm by setting this dynamic debug statement.
The suspend / resume cycle seems to have reached its deepest state: [ 336.983818] amd_pmc AMDI0005:00: Last suspend in deepest state for 9315246us
and log file dmesg-suspend.txt
Could you take the latest and just revert "drm/amd/pm: keep the BACO feature enabled for suspend" alone? In the latest code, we don't do reset through BACO, this shouldn't be there as well.
Can't you keep the W/A for interrupted suspend and instead look at pm_suspend_target_state == PM_SUSPEND_TO_IDLE to unbreak this system? Although I guess that's a W/A on top of W/A.