]> Gentwo Git Trees - linux/.git/commit
drm/amdgpu: Drop PMFW RLC notifier from amdgpu_device_suspend()
authorAlex Deucher <alexander.deucher@amd.com>
Sun, 26 Oct 2025 04:29:36 +0000 (23:29 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 4 Nov 2025 18:28:20 +0000 (13:28 -0500)
commitc81f5cebe849a2beeed4c8f2b06a58dfc02d5350
treee48866ff592e0d20432695ea5b6e21bdf407b7d0
parentfdc93beeadc2439e5e85d056a8fe681dcced09da
drm/amdgpu: Drop PMFW RLC notifier from amdgpu_device_suspend()

For S3 on vangogh, PMFW needs to be notified before the
driver powers down RLC.  This already happens in smu_disable_dpms()
so drop the superfluous call in amdgpu_device_suspend().

Co-developed-by: Mario Limonciello (AMD) <superm1@kernel.org>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 960e30a61e1a7ca5341a6cf9481e770e1cda24aa)
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/amd/pm/amdgpu_dpm.c
drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h