diff options
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r-- | src/radeon_driver.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index 8eb0bc36..e5b87e16 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -1851,6 +1851,10 @@ static Bool RADEONPreInitChipType(ScrnInfoPtr pScrn) info->ChipFamily = CHIP_FAMILY_R580; break; + case PCI_CHIP_RV570_7280: + info->ChipFamily = CHIP_FAMILY_RV570; + break; + default: /* Original Radeon/7200 */ info->ChipFamily = CHIP_FAMILY_RADEON; |