summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@starflyer-ubuntu.(none)>2006-09-15 22:21:48 +1000
committerDave Airlie <airlied@starflyer-ubuntu.(none)>2006-09-15 22:21:48 +1000
commit8ac0d1dd86b6497d5d517af1f3dceb20aac5ee2b (patch)
treeffebf177e31cba37fdcb6fd6230026580c61d550
parentf6584628dfb2fe03dce85b84e594c6e99f977da5 (diff)
radeon: add back fix for my 7500
-rw-r--r--src/radeon_display.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/radeon_display.c b/src/radeon_display.c
index fb82d24c..252f2f54 100644
--- a/src/radeon_display.c
+++ b/src/radeon_display.c
@@ -1107,7 +1107,7 @@ static void RADEONQueryConnectedDisplays(ScrnInfoPtr pScrn)
xf86DrvMsg(pScrn->scrnIndex, X_CONFIG,
"MonitorLayout Option: \n\tMonitor1--Type %s, Monitor2--Type %s\n\n", s1, s2);
-
+#if 0
if (pRADEONEnt->PortInfo[1].MonType == MT_CRT) {
pRADEONEnt->PortInfo[1].DACType = DAC_PRIMARY;
pRADEONEnt->PortInfo[1].TMDSType = TMDS_UNKNOWN;
@@ -1119,7 +1119,7 @@ static void RADEONQueryConnectedDisplays(ScrnInfoPtr pScrn)
pRADEONEnt->PortInfo[0].ConnectorType = pRADEONEnt->PortInfo[0].MonType+1;
pRADEONEnt->PortInfo[0].MonInfo = NULL;
}
-
+#endif
/* some thinkpads and powerbooks use lvds and internal tmds
* at the same time. --AGD
*/