[Openchrome-devel] xf86-video-openchrome: 2 commits - configure.ac src/via_display.c
Kevin Brace
kevinbrace at kemper.freedesktop.org
Sat May 14 02:24:01 UTC 2016
configure.ac | 2 +-
src/via_display.c | 17 -----------------
2 files changed, 1 insertion(+), 18 deletions(-)
New commits:
commit 087c49566b5b30841b29606a559219d34dd1f28b
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Fri May 13 19:17:52 2016 -0700
Version bumped to 0.4.148
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/configure.ac b/configure.ac
index a5d7751..e048c50 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ(2.57)
AC_INIT([xf86-video-openchrome],
- [0.4.147],
+ [0.4.148],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
[xf86-video-openchrome])
commit ff0a472b7853193ff1d82d47f18d7f40d3e69840
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Fri May 13 19:16:38 2016 -0700
Removing unwanted leftover code from viaIGA1SetDisplayRegister
This function is located inside via_display.c.
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/src/via_display.c b/src/via_display.c
index dac8691..bc68147 100644
--- a/src/via_display.c
+++ b/src/via_display.c
@@ -519,23 +519,6 @@ viaIGA1SetDisplayRegister(ScrnInfoPtr pScrn, DisplayModePtr mode)
temp = mode->CrtcVBlankEnd - 1;
hwp->writeCrtc(hwp, 0x16, temp);
- /* FIXME: check if this is really necessary here */
- switch (pVia->Chipset) {
- case VIA_CX700:
- case VIA_K8M890:
- case VIA_P4M900:
- case VIA_VX800:
- case VIA_VX855:
- case VIA_VX900:
- break;
- default:
- /* some leftovers */
- hwp->writeCrtc(hwp, 0x08, 0x00);
- ViaCrtcMask(hwp, 0x32, 0, 0xFF); /* ? */
- ViaCrtcMask(hwp, 0x33, 0, 0xC8);
- break;
- }
-
/* offset */
temp = (pScrn->displayWidth * (pScrn->bitsPerPixel >> 3)) >> 3;
/* Make sure that this is 32-byte aligned. */
More information about the Openchrome-devel
mailing list