]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
drm/amd/pm: fix incorrect FeatureCtrlMask setting on smu v14.0.x
authorYang Wang <kevinyang.wang@amd.com>
Fri, 3 Apr 2026 02:44:29 +0000 (22:44 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 17 Apr 2026 18:45:04 +0000 (14:45 -0400)
commit504f0098ebd074ac8c0ce3471795d79f68e3d265
tree6b1e1cfb07203a4248fce9eaad9271c51a97d96b
parenta7756371e57f69a137f295a418fb56f15ff2c10f
drm/amd/pm: fix incorrect FeatureCtrlMask setting on smu v14.0.x

OverDriveTable.FanMinimumPwm and FeatureCtrlMask.PP_OD_FEATURE_FAN_LEGACY_BIT
have a hard dependency.
Invalid handling of this dependency leads to disabled thermal monitoring
and temperature boundary validation.

v2: squash in typo fix (Yang)

Fixes: 9710b84e2a6a ("drm/amd/pm: add overdrive support on smu v14.0.2/3")
Cc: stable@vger.kernel.org
Signed-off-by: Yang Wang <kevinyang.wang@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c