xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Fri Sep 19 06:37:50 PDT 2008


 src/radeon_atombios.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 83e1f132965deadedda7a622184eb400cd4c120c
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Sep 19 09:36:59 2008 -0400

    Fix copy/paste error in the last commit
    
    DVI-D -> DVI-I

diff --git a/src/radeon_atombios.c b/src/radeon_atombios.c
index e96bba3..469d908 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);


More information about the xorg-commit mailing list