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

Kevin Brace kevinbrace at kemper.freedesktop.org
Thu Jun 2 17:33:53 UTC 2016


 configure.ac      |    2 +-
 src/via_display.c |   16 ----------------
 2 files changed, 1 insertion(+), 17 deletions(-)

New commits:
commit ffe05b7d14cf0de2df8bdb54574b55322fb666bb
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Thu Jun 2 10:33:17 2016 -0700

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

diff --git a/configure.ac b/configure.ac
index 58ef595..9e4f4db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-openchrome],
-        [0.4.166],
+        [0.4.167],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
         [xf86-video-openchrome])
 
commit d65e558d5ff1767248d1fa949c7d4f9349da573a
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Thu Jun 2 10:27:49 2016 -0700

    Removing unnecessary IGA1 related code from viaIGA2SetDisplayRegister
    
    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 81a6b65..0bb710c 100644
--- a/src/via_display.c
+++ b/src/via_display.c
@@ -2033,22 +2033,6 @@ viaIGA2SetDisplayRegister(ScrnInfoPtr pScrn, DisplayModePtr mode)
     ViaCrtcMask(hwp, 0x67, temp >> 7, 0x0C);
 
 
-    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;
-    }
-
     DEBUG(xf86DrvMsg(pScrn->scrnIndex, X_INFO,
                         "Exiting viaIGA2SetDisplayRegister.\n"));
 }


More information about the Openchrome-devel mailing list