]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/pm: fix pp_dpm_pcie wrong state issue for smu v14.0.2
authorYang Wang <kevinyang.wang@amd.com>
Wed, 10 Dec 2025 12:33:43 +0000 (20:33 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Jan 2026 22:00:01 +0000 (17:00 -0500)
commitc01b52830fdc8e907e9f8462d5d7d798b7ed19dc
tree1e1464fbda3b9ecaa625897df8d6bd94d8e5094c
parentdeacae541a7210c675f1013ed5a276886b2f48d6
drm/amd/pm: fix pp_dpm_pcie wrong state issue for smu v14.0.2

put wrong value into incorrect data into following function,
which caused it to fail to match the correct item on smu v14.0.2:
smu_cmn_print_pcie_levels()

Fixes: 03d11f8564ca ("drm/amd/pm: Use common helper for smuv14.0.2 dpm")
Signed-off-by: Yang Wang <kevinyang.wang@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c