From d23c617362b58424ad6c216d7732884ea9f6047d Mon Sep 17 00:00:00 2001 From: jsg Date: Wed, 29 Sep 2021 13:03:47 +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 d8d9d326f5d..403e5ba13c7 100644 --- a/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h +++ b/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h @@ -131,7 +131,12 @@ static const struct pci_matchid amdgpu_devices[] = { {0x1002, 0x73A1 }, {0x1002, 0x73A2 }, {0x1002, 0x73A3 }, + {0x1002, 0x73A5 }, + {0x1002, 0x73A8 }, + {0x1002, 0x73A9 }, {0x1002, 0x73AB }, + {0x1002, 0x73AC }, + {0x1002, 0x73AD }, {0x1002, 0x73AE }, {0x1002, 0x73AF }, {0x1002, 0x73BF }, -- 2.20.1