]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amd/pm/smu7: Remove non-functional SMU7 voltage dependency on DAL
authorTimur Kristóf <timur.kristof@gmail.com>
Sun, 29 Mar 2026 16:03:01 +0000 (18:03 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 30 Mar 2026 20:48:11 +0000 (16:48 -0400)
commit9f49e3d4cb86859a4e5fde3f2060ed4f09bddaed
treed1c2767c365e38eb6cecd809fe0b47aa244cf6d8
parent0138610c14130425be53423b35336561829965e0
drm/amd/pm/smu7: Remove non-functional SMU7 voltage dependency on DAL

It looks like this was written for an old version of DC (DAL)
and was never adapted afterwards. This was non-functional
because it relied on the "dal_power_level" field which was
never assigned anywhere in the code base.

Also, it was not implemented for CI ASICs.

Now superseded by the newer voltage dependency on display
clock table added by the previous commit, let's remove.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.c
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.h
drivers/gpu/drm/amd/pm/powerplay/inc/hwmgr.h