diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-09-29 13:03:48 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-09-29 13:03:48 +0000 |
commit | 5445d47cdf92239799df9ce88bdff29088a1ad72 (patch) | |
tree | e876e81dfbca7fa3ecbd745f951d3f3c950a5a38 /sys | |
parent | a4c8a580c6745085f94a4ca6572fe1e7dfbc8777 (diff) |
sync
Diffstat (limited to 'sys')
-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 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 }, |