diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h b/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h index 3d9de94c7c8..d8d9d326f5d 100644 --- 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 }, }; |