drm/amd/pm: add missing AllowIHInterrupt message mapping for SMU13.0.0
authorEvan Quan <evan.quan@amd.com>
Fri, 20 Jan 2023 03:21:53 +0000 (11:21 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Jan 2023 17:24:16 +0000 (12:24 -0500)
Add SMU13.0.0 AllowIHInterrupt 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>
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c

index d0cdc578344d8d2af25c0bc1b10de275a8d2d9ed..f89ce6575b15c45564f1ba4a535856f733bdd564 100644 (file)
@@ -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] = {