diff options
author | Dave Airlie <airlied@redhat.com> | 2007-11-20 09:08:04 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2007-11-20 09:08:04 +1000 |
commit | 0d1e0c7805b3d8e56ccb49465e6b144afb7bdc51 (patch) | |
tree | 59102e282ac9cb0d4f982c588927cd949f096f96 /src/radeon_driver.c | |
parent | d5909b30595c103bb5f42cd1704330f944bba49c (diff) |
r5xx: add 71c5 for macbook pro
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r-- | src/radeon_driver.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index 55f279bf..0da3cfe3 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -1847,6 +1847,11 @@ static Bool RADEONPreInitChipType(ScrnInfoPtr pScrn) info->ChipFamily = CHIP_FAMILY_R520; break; + case PCI_CHIP_RV530_71C5: + info->ChipFamily = CHIP_FAMILY_RV570; + info->IsMobility = TRUE; + break; + case PCI_CHIP_R580_7249: info->ChipFamily = CHIP_FAMILY_R580; break; |