CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2025/08/25 21:33:49
Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_drv.c Log message: make amdgpu S3 suspend more reliable Laurence Tratt and matthieu@ reported that S3 suspend on amdgpu had become unreliable. Laurence with a Ryzen 9 9950X APU (GC 10.3.6) matthieu with a Ryzen 5 PRO 3500U APU (Picasso) this was tracked to: Revert "drm/amd: Stop evicting resources on APUs in suspend" 5d9d62323e1893e6f429fad7da19a652088cac21 in linux-6.12.y/6.12.30 d0ce1aaa8531a4a4707711cab5721374751c51b0 in mainline linux Instead of reverting the revert, change the activate function to be equivalent. Makes the local change easier to maintain. Thanks to Laurence for patiently trying many patches, as I could not reproduce this on my Picasso machine. ok kettenis@