summaryrefslogtreecommitdiff
path: root/src/radeon_chipset_gen.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-01-24 19:57:23 -0500
committerAlex Deucher <alexander.deucher@amd.com>2013-02-04 15:58:34 -0500
commit343b01c9bf35b125cd0c3df8db7c01a5fb227bda (patch)
treece202abd8338f8b7031b9730cb775a3e54eadd12 /src/radeon_chipset_gen.h
parent9980f1e0e0a5df5fb0c791687e5c98c13089d7d1 (diff)
radeon/kms: add oland pci ids
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/radeon_chipset_gen.h')
-rw-r--r--src/radeon_chipset_gen.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h
index 3a274167..e5ce1046 100644
--- a/src/radeon_chipset_gen.h
+++ b/src/radeon_chipset_gen.h
@@ -583,5 +583,18 @@ SymTabRec RADEONChipsets[] = {
{ PCI_CHIP_VERDE_683B, "VERDE" },
{ PCI_CHIP_VERDE_683D, "VERDE" },
{ PCI_CHIP_VERDE_683F, "VERDE" },
+ { PCI_CHIP_OLAND_6600, "OLAND" },
+ { PCI_CHIP_OLAND_6601, "OLAND" },
+ { PCI_CHIP_OLAND_6602, "OLAND" },
+ { PCI_CHIP_OLAND_6603, "OLAND" },
+ { PCI_CHIP_OLAND_6606, "OLAND" },
+ { PCI_CHIP_OLAND_6607, "OLAND" },
+ { PCI_CHIP_OLAND_6610, "OLAND" },
+ { PCI_CHIP_OLAND_6611, "OLAND" },
+ { PCI_CHIP_OLAND_6613, "OLAND" },
+ { PCI_CHIP_OLAND_6620, "OLAND" },
+ { PCI_CHIP_OLAND_6621, "OLAND" },
+ { PCI_CHIP_OLAND_6623, "OLAND" },
+ { PCI_CHIP_OLAND_6631, "OLAND" },
{ -1, NULL }
};