configure.ac | 2 +- src/via_display.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 96ea9c6b37dfffb552390573cb1760c7a729cb31 Author: Kevin Brace <kevinbr...@gmx.com> Date: Thu Jun 2 10:20:59 2016 -0700 Version bumped to 0.4.166 Signed-off-by: Kevin Brace <kevinbr...@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 <kevinbr...@gmx.com> Date: Thu Jun 2 10:04:38 2016 -0700 IGA2 vertical retrace end should be obtained differently Signed-off-by: Kevin Brace <kevinbr...@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); _______________________________________________ Openchrome-devel mailing list Openchrome-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/openchrome-devel