xf86-video-ati: Branch 'master'

Dave Airlie airlied at kemper.freedesktop.org
Tue Dec 2 17:39:18 PST 2008


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

New commits:
commit f231e4d9b2c683dc16f42cf09484fae926a892c1
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Dec 3 11:39:04 2008 +1000

    radeon: fix HDMI having DACs in some BIOSes

diff --git a/src/radeon_atombios.c b/src/radeon_atombios.c
index 169e31b..ddc1f39 100644
--- a/src/radeon_atombios.c
+++ b/src/radeon_atombios.c
@@ -1901,6 +1901,11 @@ static void RADEONApplyATOMQuirks(ScrnInfoPtr pScrn, int index)
 	}
     }
 
+    /* BIOSes seem to report DAC on HDMI - they hurt me with their lies */
+    if ((info->BiosConnector[index].ConnectorType == CONNECTOR_HDMI_TYPE_A) ||
+    	(info->BiosConnector[index].ConnectorType == CONNECTOR_HDMI_TYPE_B)) {
+	info->BiosConnector[index].DACType = DAC_NONE;
+    }
 }
 
 Bool


More information about the xorg-commit mailing list