summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc64
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2022-01-14 06:53:18 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2022-01-14 06:53:18 +0000
commit79f416d24d4bcd32a55ee368b8896e7a5d95eed4 (patch)
tree46988055eca498f39200f52899008cc5cf2e0df5 /sys/arch/powerpc64
parent02cb1c0d4a143855129aae02385ee98ba28afe7e (diff)
update drm to linux 5.15.14
new hardware support includes Intel ehl/Elkhart Lake (embedded) jsl/Jasper Lake (atom) rkl/Rocket Lake (desktop) AMD van gogh APU (gfx1033) yellow carp / rembrandt APU (gfx1035?) Ryzen 6000 APU navy flounder / navi 22 (gfx1031) RX 6700, RX 6700 XT, RX 6700M, RX 6800M, RX 6850M XT dimgrey cavefish / navi 23 (gfx1032) Pro W6600, Pro W6600M, RX 6600, RX 6600 XT, RX 6600M, RX 6600S, RX 6650M, RX 6650M XT, RX 6700S, RX 6800S beige goby / navi 24 (gfx1034) RX 6500 XT, RX 6400, RX 6500M, RX 6300M Thanks to the OpenBSD Foundation for sponsoring this work niklas@ for helping with ttm and amdgpu and patrick@ for adapting rockchip drm.
Diffstat (limited to 'sys/arch/powerpc64')
-rw-r--r--sys/arch/powerpc64/conf/Makefile.powerpc643
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc64/conf/Makefile.powerpc64 b/sys/arch/powerpc64/conf/Makefile.powerpc64
index af763b3c878..8e1d768b591 100644
--- a/sys/arch/powerpc64/conf/Makefile.powerpc64
+++ b/sys/arch/powerpc64/conf/Makefile.powerpc64
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.powerpc64,v 1.12 2021/12/17 14:59:22 patrick Exp $
+# $OpenBSD: Makefile.powerpc64,v 1.13 2022/01/14 06:53:17 jsg Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -35,6 +35,7 @@ INCLUDES= -nostdinc -I$S -I${.OBJDIR} -I$S/arch \
-I$S/dev/pci/drm/amd/pm/swsmu \
-I$S/dev/pci/drm/amd/pm/swsmu/smu11 \
-I$S/dev/pci/drm/amd/pm/swsmu/smu12 \
+ -I$S/dev/pci/drm/amd/pm/swsmu/smu13 \
-I$S/dev/pci/drm/amd/pm/powerplay \
-I$S/dev/pci/drm/amd/pm/powerplay/hwmgr \
-I$S/dev/pci/drm/amd/pm/powerplay/smumgr \