From e939af56f7a0e498ff3d47fadc7815151c325ed7 Mon Sep 17 00:00:00 2001 From: jsg Date: Thu, 2 Feb 2023 04:09:36 +0000 Subject: [PATCH] drm/amd/pm: add missing AllowIHInterrupt message mapping for SMU13.0.0 From Evan Quan 076f7a8798f5d87037ff6bc9aa077f854b6459fa in linux-6.1.y/6.1.9 15b207d0abdcbb2271774aa99d9a290789159e75 in mainline linux --- sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c b/sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c index 986a65095b6..94be45f40dc 100644 --- a/sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c +++ b/sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c @@ -145,6 +145,7 @@ static struct cmn2asic_msg_mapping smu_v13_0_0_message_map[SMU_MSG_MAX_COUNT] = MSG_MAP(SetBadMemoryPagesRetiredFlagsPerChannel, PPSMC_MSG_SetBadMemoryPagesRetiredFlagsPerChannel, 0), MSG_MAP(AllowGpo, PPSMC_MSG_SetGpoAllow, 0), + MSG_MAP(AllowIHHostInterrupt, PPSMC_MSG_AllowIHHostInterrupt, 0), }; static struct cmn2asic_mapping smu_v13_0_0_clk_map[SMU_CLK_COUNT] = { -- 2.20.1