xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Fri Sep 11 11:27:14 PDT 2009


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

New commits:
commit ac853ca0a950d6147cd6a0b4a1b089f5d2f080ea
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Sep 11 14:25:31 2009 -0400

    atom: fix typo in asus quirks
    
    Should be DVI-I, not DVI-D

diff --git a/src/radeon_atombios.c b/src/radeon_atombios.c
index b1cb559..0384456 100644
--- a/src/radeon_atombios.c
+++ b/src/radeon_atombios.c
@@ -1630,7 +1630,7 @@ static void RADEONApplyATOMQuirks(ScrnInfoPtr pScrn, int index)
 	(PCI_SUB_VENDOR_ID(info->PciInfo) == 0x1043) &&
 	(PCI_SUB_DEVICE_ID(info->PciInfo) == 0x01da)) {
 	if (info->BiosConnector[index].ConnectorType == CONNECTOR_HDMI_TYPE_A)
-	    info->BiosConnector[index].ConnectorType = CONNECTOR_DVI_D;
+	    info->BiosConnector[index].ConnectorType = CONNECTOR_DVI_I;
     }
 
     /* ASUS HD 3450 board lists the DVI port as HDMI */
@@ -1638,7 +1638,7 @@ static void RADEONApplyATOMQuirks(ScrnInfoPtr pScrn, int index)
 	(PCI_SUB_VENDOR_ID(info->PciInfo) == 0x1043) &&
 	(PCI_SUB_DEVICE_ID(info->PciInfo) == 0x01e2)) {
 	if (info->BiosConnector[index].ConnectorType == CONNECTOR_HDMI_TYPE_A)
-	    info->BiosConnector[index].ConnectorType = CONNECTOR_DVI_D;
+	    info->BiosConnector[index].ConnectorType = CONNECTOR_DVI_I;
     }
 
     /* some BIOSes seem to report DAC on HDMI - usually this is a board with


More information about the xorg-commit mailing list