xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Thu Aug 23 15:52:14 PDT 2007


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

New commits:
diff-tree 4712dedea225e9e07177aebda2ffc6290d1f53c7 (from b0f170c5f736ecba1a5899d602c4173fe9b9b1fa)
Author: Alex Deucher <alex at t41p.hsd1.va.comcast.net>
Date:   Thu Aug 23 18:51:34 2007 -0400

    RADEON: Always assume LVDS is connected
    
    Not all bioses seem to set the right scratch bits.  If we have
    LVDS (via bios table or otherwise) assume it's connected.

diff --git a/src/radeon_output.c b/src/radeon_output.c
index b9e01a1..90a2c92 100644
--- a/src/radeon_output.c
+++ b/src/radeon_output.c
@@ -580,7 +580,6 @@ static RADEONMonitorType RADEONPortCheck
 
 
     if (radeon_output->type == OUTPUT_LVDS) {
-	if (INREG(RADEON_BIOS_4_SCRATCH) & 4)
 	    MonType =  MT_LCD;
     } else if (radeon_output->type == OUTPUT_DVI) {
 	if (radeon_output->TMDSType == TMDS_INT) {


More information about the xorg-commit mailing list