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_chipinfo_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_chipinfo_gen.h')
-rw-r--r-- | src/radeon_chipinfo_gen.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_chipinfo_gen.h b/src/radeon_chipinfo_gen.h index fa973fbe..3734c528 100644 --- a/src/radeon_chipinfo_gen.h +++ b/src/radeon_chipinfo_gen.h @@ -576,6 +576,7 @@ static RADEONCardInfo RADEONCards[] = { { 0x684C, CHIP_FAMILY_PITCAIRN, 0, 0, 0, 0, 0 }, { 0x6820, CHIP_FAMILY_VERDE, 1, 0, 0, 0, 0 }, { 0x6821, CHIP_FAMILY_VERDE, 1, 0, 0, 0, 0 }, + { 0x6822, CHIP_FAMILY_VERDE, 1, 0, 0, 0, 0 }, { 0x6823, CHIP_FAMILY_VERDE, 1, 0, 0, 0, 0 }, { 0x6824, CHIP_FAMILY_VERDE, 1, 0, 0, 0, 0 }, { 0x6825, CHIP_FAMILY_VERDE, 1, 0, 0, 0, 0 }, @@ -583,11 +584,13 @@ static RADEONCardInfo RADEONCards[] = { { 0x6827, CHIP_FAMILY_VERDE, 1, 0, 0, 0, 0 }, { 0x6828, CHIP_FAMILY_VERDE, 0, 0, 0, 0, 0 }, { 0x6829, CHIP_FAMILY_VERDE, 0, 0, 0, 0, 0 }, + { 0x682A, CHIP_FAMILY_VERDE, 1, 0, 0, 0, 0 }, { 0x682B, CHIP_FAMILY_VERDE, 1, 0, 0, 0, 0 }, { 0x682D, CHIP_FAMILY_VERDE, 1, 0, 0, 0, 0 }, { 0x682F, CHIP_FAMILY_VERDE, 1, 0, 0, 0, 0 }, { 0x6830, CHIP_FAMILY_VERDE, 1, 0, 0, 0, 0 }, { 0x6831, CHIP_FAMILY_VERDE, 1, 0, 0, 0, 0 }, + { 0x6835, CHIP_FAMILY_VERDE, 0, 0, 0, 0, 0 }, { 0x6837, CHIP_FAMILY_VERDE, 0, 0, 0, 0, 0 }, { 0x6838, CHIP_FAMILY_VERDE, 0, 0, 0, 0, 0 }, { 0x6839, CHIP_FAMILY_VERDE, 0, 0, 0, 0, 0 }, |