diff options
author | Dave Airlie <airlied@nx6125b.(none)> | 2007-05-29 07:23:24 +1000 |
---|---|---|
committer | Dave Airlie <airlied@nx6125b.(none)> | 2007-05-29 07:23:24 +1000 |
commit | 5aa603bcabbb077dec169c48438c2e2ebe1195d7 (patch) | |
tree | dd5aee8a41ffc7f162f4038f96859bae33035e18 /src | |
parent | c52322354fe64725733842b3356798c50e7735d5 (diff) |
rs480: only has single dac
Diffstat (limited to 'src')
-rw-r--r-- | src/radeon_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index a8121951..b0e40370 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -1720,7 +1720,7 @@ static Bool RADEONPreInitChipType(ScrnInfoPtr pScrn) case PCI_CHIP_RS482_5974: info->ChipFamily = CHIP_FAMILY_RS400; info->IsIGP = TRUE; - /*info->HasSingleDAC = TRUE;*/ /* ??? */ + info->HasSingleDAC = TRUE; break; case PCI_CHIP_RV410_564A: |