]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amdgpu/swsmu: always force a state reprogram on init
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 23 Aug 2024 01:54:24 +0000 (21:54 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 27 Aug 2024 21:56:10 +0000 (17:56 -0400)
commitc50fe289ed7207f71df3b5f1720512a9620e84fb
tree44d2db99529cb75f300263d7273b9fe84537c5d7
parente45a3933bb3ebd9a2ac95b6b60da029ee3a9f4e7
drm/amdgpu/swsmu: always force a state reprogram on init

Always reprogram the hardware state on init.  This ensures
the PMFW state is explicitly programmed and we are not relying
on the default PMFW state.

Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3131
Reviewed-by: Kenneth Feng <kenneth.feng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c