summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/radeon_atombios.c5
1 files changed, 5 insertions, 0 deletions
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