summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alex@t41p.hsd1.va.comcast.net>2007-08-23 18:51:34 -0400
committerAlex Deucher <alex@t41p.hsd1.va.comcast.net>2007-08-23 18:51:34 -0400
commit4712dedea225e9e07177aebda2ffc6290d1f53c7 (patch)
tree2ec76e3fe737652e7cfacebd2e29051aa2a6d1b2
parentb0f170c5f736ecba1a5899d602c4173fe9b9b1fa (diff)
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.
-rw-r--r--src/radeon_output.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c
index b9e01a1f..90a2c928 100644
--- a/src/radeon_output.c
+++ b/src/radeon_output.c
@@ -580,7 +580,6 @@ static RADEONMonitorType RADEONPortCheckNonDDC(ScrnInfoPtr pScrn, xf86OutputPtr
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) {