]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amd/pm: Don't clear SI SMC table when setting power limit
authorTimur Kristóf <timur.kristof@gmail.com>
Mon, 19 Jan 2026 20:36:23 +0000 (21:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 30 Jan 2026 09:27:37 +0000 (10:27 +0100)
commit2c1fc0547a870a096d382fd94b0df7d5b87e6c8a
tree1490606fe1b6b39acb09144d0f01cc76f3a2c80b
parentc378cdae4636961dcd21f77002d3339a42ab79f4
drm/amd/pm: Don't clear SI SMC table when setting power limit

[ Upstream commit d5077426e1a76d269e518e048bde2e9fc49b32ad ]

There is no reason to clear the SMC table.
We also don't need to recalculate the power limit then.

Fixes: 841686df9f7d ("drm/amdgpu: add SI DPM support (v4)")
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit e214d626253f5b180db10dedab161b7caa41f5e9)
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c