From e73bf6290da20dd61798ace775999ce1cb550934 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 19 Nov 2007 13:32:16 +1000 Subject: add x1900xt support --- src/radeon_driver.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/radeon_driver.c') 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; -- cgit v1.2.3