artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f18152
)
drm/amdgpu/discovery: enable soc21 common for GC 11.0.4
author
jsg
<jsg@openbsd.org>
Wed, 25 Jan 2023 02:07:45 +0000
(
02:07
+0000)
committer
jsg
<jsg@openbsd.org>
Wed, 25 Jan 2023 02:07:45 +0000
(
02:07
+0000)
From Yifan Zhang
708509058b79aa584d4303fcfcfa397790bf657e
in linux-6.1.y/6.1.8
69dc98bbd44160930b6b3ca9ca558f89435d2702
in mainline linux
sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c
b/sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c
index
4b2639e
..
1398cf5
100644
(file)
--- a/
sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c
+++ b/
sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c
@@
-1520,6
+1520,7
@@
static int amdgpu_discovery_set_common_ip_blocks(struct amdgpu_device *adev)
case IP_VERSION(11, 0, 1):
case IP_VERSION(11, 0, 2):
case IP_VERSION(11, 0, 3):
+ case IP_VERSION(11, 0, 4):
amdgpu_device_ip_block_add(adev, &soc21_common_ip_block);
break;
default: