artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6f081b
)
drm/amd/pm: add missing AllowIHInterrupt message mapping for SMU13.0.0
author
jsg
<jsg@openbsd.org>
Thu, 2 Feb 2023 04:09:36 +0000
(
04:09
+0000)
committer
jsg
<jsg@openbsd.org>
Thu, 2 Feb 2023 04:09:36 +0000
(
04:09
+0000)
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
patch
|
blob
|
history
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
986a650
..
94be45f
100644
(file)
--- 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] = {