summaryrefslogtreecommitdiff
path: root/src/radeon_driver.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2007-11-19 13:32:16 +1000
committerDave Airlie <airlied@redhat.com>2007-11-19 13:32:16 +1000
commite73bf6290da20dd61798ace775999ce1cb550934 (patch)
tree43be6fc5f947a4bb4dab0ae6c1b0cee64e91b930 /src/radeon_driver.c
parentea1534659de87d3d75eb20d808d039cff22cb537 (diff)
add x1900xt support
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r--src/radeon_driver.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index cabc5394..de75ee3b 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -1840,6 +1840,10 @@ static Bool RADEONPreInitChipType(ScrnInfoPtr pScrn)
info->ChipFamily = CHIP_FAMILY_RV515;
break;
+ case PCI_CHIP_R580_7249:
+ info->ChipFamily = CHIP_FAMILY_R580;
+ break;
+
default:
/* Original Radeon/7200 */
info->ChipFamily = CHIP_FAMILY_RADEON;