configure.ac | 2 +- src/via_ums.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-)
New commits: commit e54ef01b3b59eb780e20c374e5a2bf6cdc359846 Author: Kevin Brace <kevinbr...@gmx.com> Date: Fri Apr 8 15:03:22 2016 -0700 Version bumped to 0.4.101 Signed-off-by: Kevin Brace <kevinbr...@gmx.com> diff --git a/configure.ac b/configure.ac index 88409d6..b55e3c9 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ(2.57) AC_INIT([xf86-video-openchrome], - [0.4.100], + [0.4.101], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome], [xf86-video-openchrome]) commit 82caf6bf6180ebf85c68b08b2f298142c77504f1 Author: Kevin Brace <kevinbr...@gmx.com> Date: Fri Apr 8 14:55:47 2016 -0700 Removing unnecessary double calling of vgaHWSetMmioFuncs vgaHWSetMmioFuncs was being called twice within VIAMapMMIO function inside via_ums.c. This probably is unnecessary. Signed-off-by: Kevin Brace <kevinbr...@gmx.com> diff --git a/src/via_ums.c b/src/via_ums.c index fc6b1a0..0d0046d 100644 --- a/src/via_ums.c +++ b/src/via_ums.c @@ -180,8 +180,6 @@ VIAMapMMIO(ScrnInfoPtr pScrn) ViaMMIOEnable(pScrn); - vgaHWSetMmioFuncs(hwp, pVia->MapBase, 0x8000); - /* Unlock CRTC. */ ViaCrtcMask(hwp, 0x47, 0x00, 0x01); _______________________________________________ Openchrome-devel mailing list Openchrome-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/openchrome-devel