summaryrefslogtreecommitdiff
path: root/src/radeon_atombios.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/radeon_atombios.c')
-rw-r--r--src/radeon_atombios.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/radeon_atombios.c b/src/radeon_atombios.c
index e96bba36..469d908d 100644
--- a/src/radeon_atombios.c
+++ b/src/radeon_atombios.c
@@ -1738,11 +1738,11 @@ static void RADEONApplyATOMQuirks(ScrnInfoPtr pScrn, int index)
if ((info->Chipset == PCI_CHIP_RV530_71C5) &&
(PCI_SUB_VENDOR_ID(info->PciInfo) == 0x106b) &&
(PCI_SUB_DEVICE_ID(info->PciInfo) == 0x0080)) {
- if ((info->BiosConnector[index].ConnectorType == CONNECTOR_DVI_D) &&
+ if ((info->BiosConnector[index].ConnectorType == CONNECTOR_DVI_I) &&
(info->BiosConnector[index].TMDSType == TMDS_EXT)) {
info->BiosConnector[index].valid = FALSE;
}
- if ((info->BiosConnector[index].ConnectorType == CONNECTOR_DVI_D) &&
+ if ((info->BiosConnector[index].ConnectorType == CONNECTOR_DVI_I) &&
(info->BiosConnector[index].DACType == DAC_NONE)) {
info->BiosConnector[index].DACType = DAC_TVDAC;
info->BiosConnector[index].devices |= (1 << ATOM_DEVICE_CRT2_INDEX);