configure.ac | 2 +- src/via_display.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 7a3ba8e9567a51d3420955162b05b7059d1e9e34 Author: Kevin Brace <kevinbr...@gmx.com> Date: Sat Jan 7 03:59:24 2017 -0600 Version bumped to 0.5.178 Signed-off-by: Kevin Brace <kevinbr...@gmx.com> diff --git a/configure.ac b/configure.ac index b1b7da8..7519835 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ(2.57) AC_INIT([xf86-video-openchrome], - [0.5.177], + [0.5.178], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome], [xf86-video-openchrome]) commit 4d1d48004b7fb21e1e72f95cd7362dbe537cf958 Author: Kevin Brace <kevinbr...@gmx.com> Date: Sat Jan 7 03:56:46 2017 -0600 Changed the 3C5.15 restore behavior It appears that the previous way of restoring the register was not desirable, so it was changed to a more mainstream way of restoring it. Signed-off-by: Kevin Brace <kevinbr...@gmx.com> diff --git a/src/via_display.c b/src/via_display.c index 771c38a..bb7424e 100644 --- a/src/via_display.c +++ b/src/via_display.c @@ -2311,7 +2311,7 @@ viaIGA1Restore(ScrnInfoPtr pScrn) hwp->writeSeq(hwp, 0x10, 0x01); hwp->writeSeq(hwp, 0x15, Regs->SR[0x15]); - ViaSeqMask(hwp, 0x16, Regs->SR[0x16], 0xBF); + hwp->writeSeq(hwp, 0x16, Regs->SR[0x16]); hwp->writeSeq(hwp, 0x17, Regs->SR[0x17]); hwp->writeSeq(hwp, 0x18, Regs->SR[0x18]); hwp->writeSeq(hwp, 0x19, Regs->SR[0x19]); _______________________________________________ Openchrome-devel mailing list Openchrome-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/openchrome-devel