drm/amdgpu: fix pm notifier handling
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 1 May 2025 17:46:46 +0000 (13:46 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 7 May 2025 22:24:30 +0000 (18:24 -0400)
commit4aaffc85751da5722e858e4333e8cf0aa4b6c78f
treebc1186fa88f125323c036d2bd05ce8ba20e01db5
parentd0ce1aaa8531a4a4707711cab5721374751c51b0
drm/amdgpu: fix pm notifier handling

Set the s3/s0ix and s4 flags in the pm notifier so that we can skip
the resource evictions properly in pm prepare based on whether
we are suspending or hibernating.  Drop the eviction as processes
are not frozen at this time, we we can end up getting stuck trying
to evict VRAM while applications continue to submit work which
causes the buffers to get pulled back into VRAM.

v2: Move suspend flags out of pm notifier (Mario)

Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/4178
Fixes: 2965e6355dcd ("drm/amd: Add Suspend/Hibernate notification callback support")
Cc: Mario Limonciello <mario.limonciello@amd.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 06f2dcc241e7e5c681f81fbc46cacdf4bfd7d6d7)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c