sync
authorjsg <jsg@openbsd.org>
Sat, 17 Jul 2021 00:02:58 +0000 (00:02 +0000)
committerjsg <jsg@openbsd.org>
Sat, 17 Jul 2021 00:02:58 +0000 (00:02 +0000)
sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h

index 3d9de94..d8d9d32 100644 (file)
@@ -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 },
 };