[Openchrome-devel] xf86-video-openchrome: src/via_outputs.c
Kevin Brace
kevinbrace at kemper.freedesktop.org
Thu Mar 31 06:05:53 UTC 2016
src/via_outputs.c | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit 0748029d3a562283de7aa6120f434a1e80631e05
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Wed Mar 30 23:03:33 2016 -0700
Disabling the initialization of VT1632A TMDS Transmitter
Unfortunately, VIA Technologies VT1632A TMDS transmitter is not
functioning, so it is disabled for now.
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/src/via_outputs.c b/src/via_outputs.c
index aabc079..77785a3 100644
--- a/src/via_outputs.c
+++ b/src/via_outputs.c
@@ -1007,8 +1007,14 @@ ViaOutputsDetect(ScrnInfoPtr pScrn)
/* TV */
via_tv_init(pScrn);
+ /*
+ * via_dvi_init function to initialize VT1632A TMDS transmitter
+ * is disabled for now.
+ */
/* External TMDS Transmitter (DVI) */
+/*
via_dvi_init(pScrn);
+*/
DEBUG(xf86DrvMsg(pScrn->scrnIndex, X_INFO,
"Exiting ViaOutputsDetect.\n"));
More information about the Openchrome-devel
mailing list