summaryrefslogtreecommitdiff
path: root/src/radeon_display.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2006-09-22 06:36:03 +1000
committerDave Airlie <airlied@linux.ie>2006-09-22 06:36:03 +1000
commit8534723f5710e2916b4a22efe22a6b7365cc8db6 (patch)
tree51c4a3f62366613c5316485f920c569bda07bebe /src/radeon_display.c
parentd7fc79fd9f094ac462de0883af7e6030cb6195a6 (diff)
radeon: make DVI_I default connector
Diffstat (limited to 'src/radeon_display.c')
-rw-r--r--src/radeon_display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_display.c b/src/radeon_display.c
index c660831..893bdf2 100644
--- a/src/radeon_display.c
+++ b/src/radeon_display.c
@@ -960,7 +960,7 @@ BOOL RADEONQueryConnectedMonitors(ScrnInfoPtr pScrn)
pRADEONEnt->PortInfo[0].DDCType = DDC_DVI;
pRADEONEnt->PortInfo[0].DACType = DAC_TVDAC;
pRADEONEnt->PortInfo[0].TMDSType = TMDS_INT;
- pRADEONEnt->PortInfo[0].ConnectorType = CONNECTOR_DVI_D;
+ pRADEONEnt->PortInfo[0].ConnectorType = CONNECTOR_DVI_I;
pRADEONEnt->PortInfo[1].MonType = MT_UNKNOWN;
pRADEONEnt->PortInfo[1].MonInfo = NULL;