diff options
author | Alex Deucher <[email protected]> | 2014-08-21 11:16:15 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2014-08-21 11:16:15 -0400 |
commit | 153df688349dd6e55fa4c280ed6c8abd02c5f890 (patch) | |
tree | 0bb8906e51e877461a06bc11189bce0ae502487b | |
parent | f50b6b489534f8f362953cbe08d37233f1eab669 (diff) |
radeonsi: add new SI pci ids
Signed-off-by: Alex Deucher <[email protected]>
Cc: [email protected]
-rw-r--r-- | include/pci_ids/radeonsi_pci_ids.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h index 6412f084736..571e8633ffb 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include/pci_ids/radeonsi_pci_ids.h @@ -38,6 +38,7 @@ CHIPSET(0x6828, VERDE_6828, VERDE) CHIPSET(0x6829, VERDE_6829, VERDE) CHIPSET(0x682A, VERDE_682A, VERDE) CHIPSET(0x682B, VERDE_682B, VERDE) +CHIPSET(0x682C, VERDE_682C, VERDE) CHIPSET(0x682D, VERDE_682D, VERDE) CHIPSET(0x682F, VERDE_682F, VERDE) CHIPSET(0x6830, VERDE_6830, VERDE) @@ -54,8 +55,11 @@ CHIPSET(0x6600, OLAND_6600, OLAND) CHIPSET(0x6601, OLAND_6601, OLAND) CHIPSET(0x6602, OLAND_6602, OLAND) CHIPSET(0x6603, OLAND_6603, OLAND) +CHIPSET(0x6604, OLAND_6604, OLAND) +CHIPSET(0x6605, OLAND_6605, OLAND) CHIPSET(0x6606, OLAND_6606, OLAND) CHIPSET(0x6607, OLAND_6607, OLAND) +CHIPSET(0x6608, OLAND_6608, OLAND) CHIPSET(0x6610, OLAND_6610, OLAND) CHIPSET(0x6611, OLAND_6611, OLAND) CHIPSET(0x6613, OLAND_6613, OLAND) |