diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2015-08-10 15:35:21 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-08-10 22:44:55 -0400 |
commit | 87cea61b9e2681e5365e989c7fa7a0298e4005fa (patch) | |
tree | d646131b5c7d0038b81ff2fdd7ca7fb184c313e4 /include/pci_ids | |
parent | 3fa1ca34cc0134bd16b3315a0695703c9f684bd4 (diff) | |
download | external_mesa3d-87cea61b9e2681e5365e989c7fa7a0298e4005fa.tar.gz external_mesa3d-87cea61b9e2681e5365e989c7fa7a0298e4005fa.tar.bz2 external_mesa3d-87cea61b9e2681e5365e989c7fa7a0298e4005fa.zip |
radeonsi: add new OLAND pci id
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: mesa-stable@lists.freedesktop.org
Diffstat (limited to 'include/pci_ids')
-rw-r--r-- | include/pci_ids/radeonsi_pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h index cd5da99a6a..f451b7d761 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include/pci_ids/radeonsi_pci_ids.h @@ -63,6 +63,7 @@ CHIPSET(0x6608, OLAND_6608, OLAND) CHIPSET(0x6610, OLAND_6610, OLAND) CHIPSET(0x6611, OLAND_6611, OLAND) CHIPSET(0x6613, OLAND_6613, OLAND) +CHIPSET(0x6617, OLAND_6617, OLAND) CHIPSET(0x6620, OLAND_6620, OLAND) CHIPSET(0x6621, OLAND_6621, OLAND) CHIPSET(0x6623, OLAND_6623, OLAND) |