configure.ac | 2 +- src/via_display.c | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-)
New commits: commit 468657c70bebbee7d204e675c64971de278c4a6f Author: Kevin Brace <kevinbr...@gmx.com> Date: Sun Apr 17 21:16:13 2016 -0700 Version bumped to 0.4.124 Signed-off-by: Kevin Brace <kevinbr...@gmx.com> diff --git a/configure.ac b/configure.ac index 65821c1..6742929 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ(2.57) AC_INIT([xf86-video-openchrome], - [0.4.123], + [0.4.124], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome], [xf86-video-openchrome]) commit 24fb14d9584ee5288a8ce6ef2fd945f7cc65f079 Author: Kevin Brace <kevinbr...@gmx.com> Date: Sun Apr 17 21:14:25 2016 -0700 Removing unnecessary enabling of extended VGA register access The change was made to viaIGA1SetMode function inside via_display.c. Signed-off-by: Kevin Brace <kevinbr...@gmx.com> diff --git a/src/via_display.c b/src/via_display.c index 0b1ebd2..73820d8 100644 --- a/src/via_display.c +++ b/src/via_display.c @@ -543,10 +543,6 @@ viaIGA1SetMode(ScrnInfoPtr pScrn, DisplayModePtr mode) pBIOSInfo->Clock = ViaModeDotClockTranslate(pScrn, mode); pBIOSInfo->ClockExternal = FALSE; - - /* Enable Extended Mode Memory Access. */ - ViaSeqMask(hwp, 0x1A, 0x08, 0x08); - ViaSetPrimaryDotclock(pScrn, pBIOSInfo->Clock); ViaSetUseExternalClock(hwp); ViaCrtcMask(hwp, 0x6B, 0x00, 0x01); _______________________________________________ Openchrome-devel mailing list Openchrome-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/openchrome-devel