diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2013-04-25 14:17:51 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-04-25 14:17:51 -0400 |
commit | fd5903f15b36555bf1ccc1c3865c9fffd499128a (patch) | |
tree | cdb50bbc725168b51614242317e2c03f5f2c5aca /src/radeon_chipset_gen.h | |
parent | b2826580e4d246d45871b413e4deecb070162577 (diff) |
radeon: add new SI 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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h index 62440f37..ec039fc1 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -576,6 +576,7 @@ SymTabRec RADEONChipsets[] = { { PCI_CHIP_PITCAIRN_684C, "PITCAIRN" }, { PCI_CHIP_VERDE_6820, "VERDE" }, { PCI_CHIP_VERDE_6821, "VERDE" }, + { PCI_CHIP_VERDE_6822, "VERDE" }, { PCI_CHIP_VERDE_6823, "VERDE" }, { PCI_CHIP_VERDE_6824, "VERDE" }, { PCI_CHIP_VERDE_6825, "VERDE" }, @@ -583,11 +584,13 @@ SymTabRec RADEONChipsets[] = { { PCI_CHIP_VERDE_6827, "VERDE" }, { PCI_CHIP_VERDE_6828, "VERDE" }, { PCI_CHIP_VERDE_6829, "VERDE" }, + { PCI_CHIP_VERDE_682A, "VERDE" }, { PCI_CHIP_VERDE_682B, "VERDE" }, { PCI_CHIP_VERDE_682D, "VERDE" }, { PCI_CHIP_VERDE_682F, "VERDE" }, { PCI_CHIP_VERDE_6830, "VERDE" }, { PCI_CHIP_VERDE_6831, "VERDE" }, + { PCI_CHIP_VERDE_6835, "VERDE" }, { PCI_CHIP_VERDE_6837, "VERDE" }, { PCI_CHIP_VERDE_6838, "VERDE" }, { PCI_CHIP_VERDE_6839, "VERDE" }, |