diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2008-09-19 09:36:59 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2008-09-19 09:36:59 -0400 |
commit | 83e1f132965deadedda7a622184eb400cd4c120c (patch) | |
tree | b48c6a4082ac1fac6205d3500ce5a2b4910ebbd4 /src/radeon_atombios.c | |
parent | 4af825f7b13cba8c3b204e72a07cab5009331240 (diff) |
Fix copy/paste error in the last commit
DVI-D -> DVI-I
Diffstat (limited to 'src/radeon_atombios.c')
-rw-r--r-- | src/radeon_atombios.c | 4 |
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); |