From a28ee6b68e910a84aef8862843928790f5228410 Mon Sep 17 00:00:00 2001 From: jsg Date: Sat, 17 Jul 2021 00:02:58 +0000 Subject: [PATCH] sync --- sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h | 5 +++++ 1 file changed, 5 insertions(+) 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 }, }; -- 2.20.1