xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Fri Sep 19 10:52:43 PDT 2008


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

New commits:
commit 1218e38c75351a20f7414ba6fcb3545689339442
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Sep 19 13:52:07 2008 -0400

    more macbook fixes

diff --git a/src/radeon_atombios.c b/src/radeon_atombios.c
index 469d908..1a83865 100644
--- a/src/radeon_atombios.c
+++ b/src/radeon_atombios.c
@@ -1747,6 +1747,8 @@ static void RADEONApplyATOMQuirks(ScrnInfoPtr pScrn, int index)
 	    info->BiosConnector[index].DACType = DAC_TVDAC;
 	    info->BiosConnector[index].devices |= (1 << ATOM_DEVICE_CRT2_INDEX);
 	}
+	if (info->BiosConnector[index].ConnectorType == CONNECTOR_VGA)
+	    info->BiosConnector[index].valid = FALSE;
     }
 
 }


More information about the xorg-commit mailing list