From efef34930650d6d80f7b527f4cee76d9e5954ace Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Thu, 21 Aug 2014 11:30:17 -0400 Subject: radeon/kms: add new SI pci ids Signed-off-by: Alex Deucher --- src/radeon_chipset_gen.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/radeon_chipset_gen.h') diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h index 3b5edd4b..e3f23b6c 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -588,6 +588,7 @@ SymTabRec RADEONChipsets[] = { { PCI_CHIP_VERDE_6829, "VERDE" }, { PCI_CHIP_VERDE_682A, "VERDE" }, { PCI_CHIP_VERDE_682B, "VERDE" }, + { PCI_CHIP_VERDE_682C, "VERDE" }, { PCI_CHIP_VERDE_682D, "VERDE" }, { PCI_CHIP_VERDE_682F, "VERDE" }, { PCI_CHIP_VERDE_6830, "VERDE" }, @@ -603,8 +604,11 @@ SymTabRec RADEONChipsets[] = { { PCI_CHIP_OLAND_6601, "OLAND" }, { PCI_CHIP_OLAND_6602, "OLAND" }, { PCI_CHIP_OLAND_6603, "OLAND" }, + { PCI_CHIP_OLAND_6604, "OLAND" }, + { PCI_CHIP_OLAND_6605, "OLAND" }, { PCI_CHIP_OLAND_6606, "OLAND" }, { PCI_CHIP_OLAND_6607, "OLAND" }, + { PCI_CHIP_OLAND_6608, "OLAND" }, { PCI_CHIP_OLAND_6610, "OLAND" }, { PCI_CHIP_OLAND_6611, "OLAND" }, { PCI_CHIP_OLAND_6613, "OLAND" }, -- cgit v1.2.3