]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/pm: fix pp_dpm_pcie wrong state issue for smu v13.0.0
authorYang Wang <kevinyang.wang@amd.com>
Thu, 11 Dec 2025 04:46:52 +0000 (12:46 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Jan 2026 22:00:01 +0000 (17:00 -0500)
commit14b6a73ce1a33e20d6e526415c0af34a9e01f64a
treec353b984106ab9566233b03979128b545c4338f7
parent137a9127759fb6a6c526dece90fa78222c1164d6
drm/amd/pm: fix pp_dpm_pcie wrong state issue for smu v13.0.0

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

Fixes: a95f01edd80b ("drm/amd/pm: Use common helper for smuv13.0.0 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/smu13/smu_v13_0_0_ppt.c