artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ea8292
)
sync
author
jsg
<jsg@openbsd.org>
Sat, 17 Jul 2021 00:02:58 +0000
(
00:02
+0000)
committer
jsg
<jsg@openbsd.org>
Sat, 17 Jul 2021 00:02:58 +0000
(
00:02
+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
3d9de94
..
d8d9d32
100644
(file)
--- a/
sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h
+++ b/
sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h
@@
-117,7
+117,10
@@
static const struct pci_matchid amdgpu_devices[] = {
{0x1002, 0x734F },
/* Renoir */
+ {0x1002, 0x15E7 },
{0x1002, 0x1636 },
+ {0x1002, 0x1638 },
+ {0x1002, 0x164C },
/* Navi12 */
{0x1002, 0x7360 },
@@
-125,9
+128,11
@@
static const struct pci_matchid amdgpu_devices[] = {
/* Sienna_Cichlid */
{0x1002, 0x73A0 },
+ {0x1002, 0x73A1 },
{0x1002, 0x73A2 },
{0x1002, 0x73A3 },
{0x1002, 0x73AB },
{0x1002, 0x73AE },
+ {0x1002, 0x73AF },
{0x1002, 0x73BF },
};