[Openchrome-devel] xf86-video-openchrome: 2 commits - configure.ac src/via_tmds.c
Kevin Brace
kevinbrace at kemper.freedesktop.org
Fri Apr 28 09:14:03 UTC 2017
configure.ac | 2 +-
src/via_tmds.c | 6 ------
2 files changed, 1 insertion(+), 7 deletions(-)
New commits:
commit d076b860d5212a6f8516aea8810064cf40df6249
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Fri Apr 28 02:13:33 2017 -0700
Version bumped to 0.6.114
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/configure.ac b/configure.ac
index 6c5df77..db97bf1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ(2.57)
AC_INIT([xf86-video-openchrome],
- [0.6.113],
+ [0.6.114],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
[xf86-video-openchrome])
commit 7187df7b433e1f21d2ef778932a4c80424d9859d
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Fri Apr 28 02:11:37 2017 -0700
Removing specifying FP power sequence type from viaTMDSPower
Based on testing, it is not necessary when dealing with TMDS (DVI).
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/src/via_tmds.c b/src/via_tmds.c
index 0c1b695..709e1f7 100644
--- a/src/via_tmds.c
+++ b/src/via_tmds.c
@@ -189,16 +189,10 @@ viaTMDSPower(ScrnInfoPtr pScrn, Bool powerState)
"Entered viaTMDSPower.\n"));
if (powerState) {
- /* Software control for LVDS1 power sequence. */
- viaLVDS1SetPowerSeq(pScrn, TRUE);
-
viaLVDS1SetSoftDisplayPeriod(pScrn, TRUE);
viaLVDS1SetSoftData(pScrn, TRUE);
viaTMDSSetPower(pScrn, TRUE);
} else {
- /* Software control for LVDS1 power sequence. */
- viaLVDS1SetPowerSeq(pScrn, TRUE);
-
viaTMDSSetPower(pScrn, FALSE);
viaLVDS1SetSoftData(pScrn, FALSE);
viaLVDS1SetSoftDisplayPeriod(pScrn, FALSE);
More information about the Openchrome-devel
mailing list