configure.ac | 2 +- src/via_tmds.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 4467469a8df2d14cd3e0d2b03c322d3a8d1b83b1 Author: Kevin Brace <kevinbr...@gmx.com> Date: Sun Jul 2 06:00:52 2017 -0500 Version bumped to 0.6.145 Signed-off-by: Kevin Brace <kevinbr...@gmx.com> diff --git a/configure.ac b/configure.ac index 1f004b4..cf2794e 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ(2.57) AC_INIT([xf86-video-openchrome], - [0.6.144], + [0.6.145], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome], [xf86-video-openchrome]) commit 0ee851a74df27e307f15f5c7c758859fa39a3429 Author: Kevin Brace <kevinbr...@gmx.com> Date: Sun Jul 2 05:55:30 2017 -0500 Fixed a regression of DVI (integrated TMDS transmitter) Signed-off-by: Kevin Brace <kevinbr...@gmx.com> diff --git a/src/via_tmds.c b/src/via_tmds.c index 2dbea8c..fb68d19 100644 --- a/src/via_tmds.c +++ b/src/via_tmds.c @@ -107,6 +107,8 @@ viaTMDSInitReg(ScrnInfoPtr pScrn) DEBUG(xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Entered viaTMDSInitReg.\n")); + viaFPSetPrimarySoftData(pScrn, FALSE); + /* Activate DVI + LVDS2 mode. */ /* 3X5.D2[5:4] - Display Channel Select * 00: LVDS1 + LVDS2 @@ -164,11 +166,9 @@ viaTMDSPower(ScrnInfoPtr pScrn, Bool powerState) if (powerState) { viaFPSetPrimaryDirectDisplayPeriod(pScrn, TRUE); - viaFPSetPrimarySoftData(pScrn, TRUE); viaTMDSSetPower(pScrn, TRUE); } else { viaTMDSSetPower(pScrn, FALSE); - viaFPSetPrimarySoftData(pScrn, FALSE); viaFPSetPrimaryDirectDisplayPeriod(pScrn, FALSE); } _______________________________________________ Openchrome-devel mailing list Openchrome-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/openchrome-devel