summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDafydd Harries <daf@rhydd.org>2007-09-13 02:16:36 +0100
committerDafydd Harries <daf@rhydd.org>2007-09-13 02:16:36 +0100
commit5757df29e6e427a6131fd7e96dab91f54e36e6c2 (patch)
tree645d6629593e2317f14c78407f3213c1d2229892
parent09688573f9fbf07e6678fbaca1bccafdf239b303 (diff)
No more Pimms for Matthew.
-rw-r--r--xorg/avivo_output.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xorg/avivo_output.c b/xorg/avivo_output.c
index e1a629d..71fa04d 100644
--- a/xorg/avivo_output.c
+++ b/xorg/avivo_output.c
@@ -141,8 +141,7 @@ avivo_output_tmds2_setup(xf86OutputPtr output)
AVIVO_LVTMA_TRANSMITTER_ENABLE_LNKD11EN |
AVIVO_LVTMA_TRANSMITTER_ENABLE_LNKD12EN));
- /* FIXME: This is wrong, surely? Or are we assuming that the TMDS is set up properly? */
- OUTREG(AVIVO_LVTMA_CNTL, (INREG(AVIVO_TMDSA_CNTL) | AVIVO_LVTMA_CNTL_ENABLE));
+ OUTREG(AVIVO_LVTMA_CNTL, (INREG(AVIVO_LVTMA_CNTL) | AVIVO_LVTMA_CNTL_ENABLE));
OUTREG(AVIVO_LVTMA_DCBALANCER_CONTROL, AVIVO_LVTMA_DCBALANCER_CONTROL_EN);
/* FIXME: Bonghits? Make really sure we reenable the PLLs*/