summaryrefslogtreecommitdiff
path: root/src/radeon_driver.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2007-11-19 15:46:58 +1000
committerDave Airlie <airlied@redhat.com>2007-11-19 15:46:58 +1000
commitc19123fd9483758eb6b286c3dffcb6d79d5b1ee5 (patch)
tree39a68f7093f23c9ef34a1bcdd9d8be853e7bd62b /src/radeon_driver.c
parent52aba8d73189ba959f19c0437499d5e7a8829827 (diff)
add firegl card on ajaxs machine
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 fa04413..8eb0bc3 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -1843,6 +1843,10 @@ static Bool RADEONPreInitChipType(ScrnInfoPtr pScrn)
info->ChipFamily = CHIP_FAMILY_RV515;
break;
+ case PCI_CHIP_R520_7104:
+ info->ChipFamily = CHIP_FAMILY_R520;
+ break;
+
case PCI_CHIP_R580_7249:
info->ChipFamily = CHIP_FAMILY_R580;
break;