artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c45d22d
)
add a GC 12.0 placeholder
author
jsg
<jsg@openbsd.org>
Sat, 15 Jun 2024 03:30:19 +0000
(
03:30
+0000)
committer
jsg
<jsg@openbsd.org>
Sat, 15 Jun 2024 03:30:19 +0000
(
03:30
+0000)
sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h
b/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h
index
1fa8e5b
..
f710dd3
100644
(file)
--- a/
sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h
+++ b/
sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h
@@
-235,5
+235,8
@@
static const struct pci_matchid amdgpu_devices[] = {
{0x1002, 0x1901 }, /* Radeon 740M */
/* GC 11.5.0, DCN 3.5.0, APU, linux >= 6.7 */
- /* GC 11.5.1, DCN 3.5.0, APU, linux >= 6.9 */
+ /* GC 11.5.1, DCN 3.5.1, APU, linux >= 6.9 */
+
+ /* GC 12.0.0, DCN 4.0.1, dGPU, linux ?, amd-staging-drm-next */
+ /* GC 12.0.1, DCN 4.0.1, dGPU, linux ?, amd-staging-drm-next */
};