src/via_outputs.c | 6 ++++++ 1 file changed, 6 insertions(+) New commits: commit 0748029d3a562283de7aa6120f434a1e80631e05 Author: Kevin Brace <kevinbr...@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 <kevinbr...@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")); _______________________________________________ Openchrome-devel mailing list Openchrome-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/openchrome-devel