summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Hopf <mhopf@suse.de>2010-03-25 14:30:11 +0100
committerMatthias Hopf <mhopf@suse.de>2010-03-25 14:30:11 +0100
commitca01b10b6df02e8e805cf2806c58356cbfc7fdd4 (patch)
treef5f861315233ce0a947000aff0f940ab317ad9f0
parentff0b281821c81a979358564da7a35a907d096ea0 (diff)
Fix DVI DualLink detection.
-rw-r--r--src/rhd_atomout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rhd_atomout.c b/src/rhd_atomout.c
index 3ab114e..2cfc76a 100644
--- a/src/rhd_atomout.c
+++ b/src/rhd_atomout.c
@@ -1005,7 +1005,7 @@ RHDAtomOutputInit(RHDPtr rhdPtr, rhdConnectorType ConnectorType,
Private->EncoderId = atomEncoderTMDS1;
}
- if (OutputType == RHD_CONNECTOR_DVI)
+ if (ConnectorType == RHD_CONNECTOR_DVI)
Private->DualLink = TRUE;
else
Private->DualLink = FALSE;