]> git.ipfire.org Git - thirdparty/kernel/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 16:52:48 +0000 (11:52 -0500)
commit960e30a61e1a7ca5341a6cf9481e770e1cda24aa
treecb7773e04b6dac71229a99dd7738d9015c7a54f3
parent988fd51e45fce61ae8283ee47488fc9df31b57cf
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>
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