summaryrefslogtreecommitdiff
path: root/src/radeon_bios.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/radeon_bios.c')
-rw-r--r--src/radeon_bios.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/radeon_bios.c b/src/radeon_bios.c
index 529dda7f..1faada9f 100644
--- a/src/radeon_bios.c
+++ b/src/radeon_bios.c
@@ -529,7 +529,9 @@ static Bool RADEONGetLegacyConnectorInfoFromBIOS (ScrnInfoPtr pScrn)
info->BiosConnector[i].DACType = DAC_PRIMARY;
/* For RS300/RS350/RS400 chips, there is no primary DAC. Force VGA port to use TVDAC*/
- if (info->IsIGP)
+ if ((info->ChipFamily == CHIP_FAMILY_RS300) ||
+ (info->ChipFamily == CHIP_FAMILY_RS400) ||
+ (info->ChipFamily == CHIP_FAMILY_RS480))
info->BiosConnector[i].DACType = DAC_TVDAC;
if ((tmp >> 4) & 0x1)