[Openchrome-devel] xf86-video-openchrome: 2 commits - configure.ac src/via_tmds.c
Kevin Brace
kevinbrace at kemper.freedesktop.org
Sat Feb 25 03:47:37 UTC 2017
configure.ac | 2 +-
src/via_tmds.c | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
New commits:
commit fa5bbc20f8144acf36a321cc2cf068f071575e73
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Fri Feb 24 19:46:42 2017 -0800
Version bumped to 0.5.185
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/configure.ac b/configure.ac
index 728cc52..9317f1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ(2.57)
AC_INIT([xf86-video-openchrome],
- [0.5.184],
+ [0.5.185],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
[xf86-video-openchrome])
commit 3f838a61a282dd153b65ad8084bc382c4ad1ba48
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Fri Feb 24 19:39:08 2017 -0800
Adding additional integrated TMDS turn on / off code
When testing the code with Xfce, it was observed that integrated TMDS
transmitter was not being turned on correctly. This commit will fix
this bug.
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/src/via_tmds.c b/src/via_tmds.c
index 5a89561..fd3289f 100644
--- a/src/via_tmds.c
+++ b/src/via_tmds.c
@@ -914,6 +914,7 @@ via_tmds_prepare(xf86OutputPtr output)
"Entered via_tmds_prepare.\n"));
viaTMDSPower(pScrn, FALSE);
+ viaTMDSIOPadSetting(pScrn, FALSE);
DEBUG(xf86DrvMsg(pScrn->scrnIndex, X_INFO,
"Exiting via_tmds_prepare.\n"));
@@ -928,6 +929,7 @@ via_tmds_commit(xf86OutputPtr output)
"Entered via_tmds_commit.\n"));
viaTMDSPower(pScrn, TRUE);
+ viaTMDSIOPadSetting(pScrn, TRUE);
DEBUG(xf86DrvMsg(pScrn->scrnIndex, X_INFO,
"Exiting via_tmds_commit.\n"));
More information about the Openchrome-devel
mailing list