artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cb2d98
)
drm/amdgpu/discovery: enable gfx v11 for GC 11.0.4
author
jsg
<jsg@openbsd.org>
Wed, 25 Jan 2023 02:10:31 +0000
(
02:10
+0000)
committer
jsg
<jsg@openbsd.org>
Wed, 25 Jan 2023 02:10:31 +0000
(
02:10
+0000)
From Yifan Zhang
db4fa3b2d7d4eb0a5e05e477d2087c84eade50a6
in linux-6.1.y/6.1.8
b952d6b3d3ff3c1570fab77f2137d5e5280a0e57
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
53174e2
..
0aea521
100644
(file)
--- a/
sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c
+++ b/
sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c
@@
-1800,6
+1800,7
@@
static int amdgpu_discovery_set_gc_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, &gfx_v11_0_ip_block);
break;
default: