diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2014-08-21 11:30:17 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2014-08-21 11:30:17 -0400 |
commit | efef34930650d6d80f7b527f4cee76d9e5954ace (patch) | |
tree | c185d2935937c6399cc786c0c7263dcc06ac07cf /src/radeon_chipinfo_gen.h | |
parent | 39fef269f521c92a2a31c80447e9401bacb3797a (diff) |
radeon/kms: 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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/radeon_chipinfo_gen.h b/src/radeon_chipinfo_gen.h index c853d418..dc9866f1 100644 --- a/src/radeon_chipinfo_gen.h +++ b/src/radeon_chipinfo_gen.h @@ -588,6 +588,7 @@ static RADEONCardInfo RADEONCards[] = { { 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 }, + { 0x682C, CHIP_FAMILY_VERDE, 0, 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 }, @@ -603,8 +604,11 @@ static RADEONCardInfo RADEONCards[] = { { 0x6601, CHIP_FAMILY_OLAND, 1, 0, 0, 0, 0 }, { 0x6602, CHIP_FAMILY_OLAND, 1, 0, 0, 0, 0 }, { 0x6603, CHIP_FAMILY_OLAND, 1, 0, 0, 0, 0 }, + { 0x6604, CHIP_FAMILY_OLAND, 1, 0, 0, 0, 0 }, + { 0x6605, CHIP_FAMILY_OLAND, 1, 0, 0, 0, 0 }, { 0x6606, CHIP_FAMILY_OLAND, 1, 0, 0, 0, 0 }, { 0x6607, CHIP_FAMILY_OLAND, 1, 0, 0, 0, 0 }, + { 0x6608, CHIP_FAMILY_OLAND, 0, 0, 0, 0, 0 }, { 0x6610, CHIP_FAMILY_OLAND, 0, 0, 0, 0, 0 }, { 0x6611, CHIP_FAMILY_OLAND, 0, 0, 0, 0, 0 }, { 0x6613, CHIP_FAMILY_OLAND, 0, 0, 0, 0, 0 }, |