[Openchrome-devel] xf86-video-openchrome: 2 commits - configure.ac src/via_ums.c
Kevin Brace
kevinbrace at kemper.freedesktop.org
Fri Apr 8 22:04:19 UTC 2016
configure.ac | 2 +-
src/via_ums.c | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
New commits:
commit e54ef01b3b59eb780e20c374e5a2bf6cdc359846
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Fri Apr 8 15:03:22 2016 -0700
Version bumped to 0.4.101
Signed-off-by: Kevin Brace <kevinbrace at 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 <kevinbrace at 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 <kevinbrace at 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);
More information about the Openchrome-devel
mailing list