From f231e4d9b2c683dc16f42cf09484fae926a892c1 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Wed, 3 Dec 2008 11:39:04 +1000 Subject: radeon: fix HDMI having DACs in some BIOSes --- src/radeon_atombios.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/radeon_atombios.c') diff --git a/src/radeon_atombios.c b/src/radeon_atombios.c index 169e31bb..ddc1f39a 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 -- cgit v1.2.3