artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ce34c6
)
drm/amdgpu/discovery: enable gmc v11 for GC 11.0.4
author
jsg
<jsg@openbsd.org>
Wed, 25 Jan 2023 02:09:05 +0000
(
02:09
+0000)
committer
jsg
<jsg@openbsd.org>
Wed, 25 Jan 2023 02:09:05 +0000
(
02:09
+0000)
From Yifan Zhang
907d5b697d850a548e6a226fef6e84f1b665bbb3
in linux-6.1.y/6.1.8
d5fd8c89ed206b2df3933bc4ea129401b2b60869
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
1398cf5
..
53174e2
100644
(file)
--- a/
sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c
+++ b/
sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c
@@
-1565,6
+1565,7
@@
static int amdgpu_discovery_set_gmc_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, &gmc_v11_0_ip_block);
break;
default: