summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c
diff options
context:
space:
mode:
authorEvan Quan <evan.quan@amd.com>2023-02-03 15:33:59 +0800
committerAlex Deucher <alexander.deucher@amd.com>2023-02-08 17:35:55 -0500
commita22cb6fc700e3d3206f67a4fdd8b7cb9dc240bcd (patch)
treeab7f2d4774c69780846ab452d1aba495dcc1422d /drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c
parent087bad7eb1f6945f8232f132953ecc2bda8bd38d (diff)
downloadlinux-stable-a22cb6fc700e3d3206f67a4fdd8b7cb9dc240bcd.tar.gz
linux-stable-a22cb6fc700e3d3206f67a4fdd8b7cb9dc240bcd.tar.bz2
linux-stable-a22cb6fc700e3d3206f67a4fdd8b7cb9dc240bcd.zip
drm/amd/pm: add SMU 13.0.7 missing GetPptLimit message mapping
Add missing GetPptLimit message mapping. Signed-off-by: Evan Quan <evan.quan@amd.com> Reviewed-by: Feifei Xu <Feifei.Xu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c')
-rw-r--r--drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c
index e87db7e02e8a..9e1967d8049e 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c
@@ -124,6 +124,7 @@ static struct cmn2asic_msg_mapping smu_v13_0_7_message_map[SMU_MSG_MAX_COUNT] =
MSG_MAP(DFCstateControl, PPSMC_MSG_SetExternalClientDfCstateAllow, 0),
MSG_MAP(ArmD3, PPSMC_MSG_ArmD3, 0),
MSG_MAP(AllowGpo, PPSMC_MSG_SetGpoAllow, 0),
+ MSG_MAP(GetPptLimit, PPSMC_MSG_GetPptLimit, 0),
};
static struct cmn2asic_mapping smu_v13_0_7_clk_map[SMU_CLK_COUNT] = {