[Openchrome-devel] xf86-video-openchrome: 2 commits - configure.ac src/via_fp.c

Kevin Brace kevinbrace at kemper.freedesktop.org
Thu Jul 6 00:31:56 UTC 2017


 configure.ac |    2 +-
 src/via_fp.c |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 91fbd86f5ea053c7fb8e941fe6bb351a189d66e4
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Wed Jul 5 19:30:33 2017 -0500

    Version bumped to 0.6.149
    
    This version should fix a regression of FP display connected to LVDS2.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/configure.ac b/configure.ac
index 6119222..8f4052c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-openchrome],
-        [0.6.148],
+        [0.6.149],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
         [xf86-video-openchrome])
 
commit f464405bc17f4f3f1c9009e901064de675446158
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Wed Jul 5 19:29:27 2017 -0500

    Added display period control to viaFPSecondarySoftPowerSeq
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/src/via_fp.c b/src/via_fp.c
index b16f672..fb14872 100644
--- a/src/via_fp.c
+++ b/src/via_fp.c
@@ -385,6 +385,9 @@ viaFPSecondarySoftPowerSeq(ScrnInfoPtr pScrn, Bool powerState)
         /* Turn off FP hardware power sequence. */
         viaFPSetSecondaryHardPower(pScrn, FALSE);
 
+        /* Turn on FP Display Period. */
+        viaFPSetSecondaryDirectDisplayPeriod(pScrn, TRUE);
+
         /* Wait for TD0 ms. */
         usleep(TD0);
 
@@ -429,6 +432,9 @@ viaFPSecondarySoftPowerSeq(ScrnInfoPtr pScrn, Bool powerState)
 
         /* Turn off FP VDD rail. */
         viaFPSetSecondarySoftVDD(pScrn, FALSE);
+
+        /* Turn off FP Display Period. */
+        viaFPSetSecondaryDirectDisplayPeriod(pScrn, FALSE);
     }
 
     DEBUG(xf86DrvMsg(pScrn->scrnIndex, X_INFO,


More information about the Openchrome-devel mailing list