From a09bc963a38ce694ad796aa789d1d822bf23c3a8 Mon Sep 17 00:00:00 2001 From: jsg Date: Wed, 15 Feb 2023 10:09:37 +0000 Subject: [PATCH] drm/amd/pm: add SMU 13.0.7 missing GetPptLimit message mapping From Evan Quan 62890f3eabf80676c0fefbbdd88e0f3f12528032 in linux-6.1.y/6.1.12 0e763afcb50814e256ecb780fcc0f3bade2e1a0c in mainline linux --- sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c b/sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c index 74fffb9289d..7aac4106a4e 100644 --- a/sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c +++ b/sys/dev/pci/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] = { -- 2.20.1