[Openchrome-devel] xf86-video-openchrome: 2 commits - configure.ac src/via_display.c

Kevin Brace kevinbrace at kemper.freedesktop.org
Mon Apr 18 21:01:23 UTC 2016


 configure.ac      |    2 +-
 src/via_display.c |    3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 9e7865547697fe9cc22f401a292c63440af4ced5
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Mon Apr 18 13:15:14 2016 -0700

    Version bumped to 0.4.127
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/configure.ac b/configure.ac
index a001a8c..fa608d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-openchrome],
-        [0.4.126],
+        [0.4.127],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
         [xf86-video-openchrome])
 
commit c3e27b02425cc3617c3ac7cb270fffbcb70a0b3a
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Mon Apr 18 13:00:13 2016 -0700

    Specifying linear address mode for IGA1
    
    The previous developers were not specifying the address mode for
    IGA1 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 73820d8..480ea52 100644
--- a/src/via_display.c
+++ b/src/via_display.c
@@ -328,6 +328,9 @@ viaIGA1SetDisplayRegister(ScrnInfoPtr pScrn, DisplayModePtr mode)
             break;
     }
 
+    /* Linear Mode */
+    ViaCrtcMask(hwp, 0x43, 0x00, 0x04);
+
     /* Crtc registers */
     /* horizontal total : 4100 */
     temp = (mode->CrtcHTotal >> 3) - 5;


More information about the Openchrome-devel mailing list