[Openchrome-devel] xf86-video-openchrome: 2 commits - configure.ac src/via_display.c
Kevin Brace
kevinbrace at kemper.freedesktop.org
Mon Apr 18 21:10:08 UTC 2016
configure.ac | 2 +-
src/via_display.c | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
New commits:
commit 20dbefb930e0ee16bf61a8750690c2392ec49697
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Mon Apr 18 14:09:30 2016 -0700
Version bumped to 0.4.128
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/configure.ac b/configure.ac
index fa608d9..7602233 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ(2.57)
AC_INIT([xf86-video-openchrome],
- [0.4.127],
+ [0.4.128],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
[xf86-video-openchrome])
commit bd3465e9f70b2b365558a1c92f3088945a6b6c32
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Mon Apr 18 14:07:23 2016 -0700
Specifying linear address mode for IGA2
The previous developers were not specifying the address mode for
IGA2 when display mode was being set. The device driver should not
rely on external code to specify the address mode since not setting
the address mode correctly will lead to a garbled display.
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/src/via_display.c b/src/via_display.c
index 480ea52..3db2026 100644
--- a/src/via_display.c
+++ b/src/via_display.c
@@ -657,6 +657,9 @@ viaIGA2SetDisplayRegister(ScrnInfoPtr pScrn, DisplayModePtr mode)
break;
}
+ /* Linear Mode */
+ ViaCrtcMask(hwp, 0x62, 0x00, 0x01);
+
/* Crtc registers */
/* horizontal total : 4096 */
temp = mode->CrtcHTotal - 1;
More information about the Openchrome-devel
mailing list