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

Kevin Brace kevinbrace at kemper.freedesktop.org
Thu Jun 2 17:21:37 UTC 2016


 configure.ac      |    2 +-
 src/via_display.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 96ea9c6b37dfffb552390573cb1760c7a729cb31
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Thu Jun 2 10:20:59 2016 -0700

    Version bumped to 0.4.166
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/configure.ac b/configure.ac
index 288b591..58ef595 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-openchrome],
-        [0.4.165],
+        [0.4.166],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
         [xf86-video-openchrome])
 
commit 6f7d73be0aa5c453beab270fadb31dd348fac625
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Thu Jun 2 10:04:38 2016 -0700

    IGA2 vertical retrace end should be obtained differently
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/src/via_display.c b/src/via_display.c
index a6de57c..81a6b65 100644
--- a/src/via_display.c
+++ b/src/via_display.c
@@ -1993,7 +1993,7 @@ viaIGA2SetDisplayRegister(ScrnInfoPtr pScrn, DisplayModePtr mode)
     /* Vertical Retrace End: 32 (max) */
     DEBUG(xf86DrvMsg(pScrn->scrnIndex, X_INFO,
                         "IGA2 CrtcVSyncEnd: %d\n", mode->CrtcVSyncEnd));
-    temp = mode->CrtcVSyncEnd - mode->CrtcVSyncStart - 1;
+    temp = mode->CrtcVSyncEnd - 1;
 
     /*3X5.5F[4:0]: Vertical Retrace End[4:0] */
     ViaCrtcMask(hwp, 0x5F, temp & 0x1F, 0x1F);


More information about the Openchrome-devel mailing list