xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Tue Aug 5 21:37:15 PDT 2008


 src/radeon_output.c |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit 18429390440a829fb24ed3afd99ccf8278138496
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Aug 6 00:35:15 2008 -0400

    Remove un-needed dac check for single crtc cards
    
    Connector tables should be setup properly already and this
    check breaks systems with 2 DACs and 1 crtc like the es1000.

diff --git a/src/radeon_output.c b/src/radeon_output.c
index a835c0c..fc59a5d 100644
--- a/src/radeon_output.c
+++ b/src/radeon_output.c
@@ -2759,13 +2759,6 @@ Bool RADEONSetupConnectors(ScrnInfoPtr pScrn)
 	    RADEONSetupGenericConnectors(pScrn);
     }
 
-    if (!pRADEONEnt->HasCRTC2) {
-	for (i = 0; i < RADEON_MAX_BIOS_CONNECTOR; i++) {
-	    if (info->BiosConnector[i].ConnectorType == CONNECTOR_VGA)
-		info->BiosConnector[i].DACType = DAC_PRIMARY;
-	}
-    }
-
     /* parse connector table option */
     optstr = (char *)xf86GetOptValString(info->Options, OPTION_CONNECTORTABLE);
 


More information about the xorg-commit mailing list