Skip to content

Commit 0e763af

Browse files
Evan Quanalexdeucher
authored andcommitted
drm/amd/pm: add SMU 13.0.7 missing GetPptLimit message mapping
Add missing GetPptLimit message mapping. Signed-off-by: Evan Quan <[email protected]> Reviewed-by: Feifei Xu <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected] # 6.1.x
1 parent 49d0555 commit 0e763af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ static struct cmn2asic_msg_mapping smu_v13_0_7_message_map[SMU_MSG_MAX_COUNT] =
124124
MSG_MAP(DFCstateControl, PPSMC_MSG_SetExternalClientDfCstateAllow, 0),
125125
MSG_MAP(ArmD3, PPSMC_MSG_ArmD3, 0),
126126
MSG_MAP(AllowGpo, PPSMC_MSG_SetGpoAllow, 0),
127+
MSG_MAP(GetPptLimit, PPSMC_MSG_GetPptLimit, 0),
127128
};
128129

129130
static struct cmn2asic_mapping smu_v13_0_7_clk_map[SMU_CLK_COUNT] = {

0 commit comments

Comments
 (0)