[Openchrome-devel] xf86-video-openchrome: 4 commits -

Kevin Brace kevinbrace at kemper.freedesktop.org
Wed Jun 15 09:25:19 UTC 2016


 0 files changed

New commits:
commit 11286894dcd860d87cd48cfd0358adad3020ef6e
Merge: 258de22 9c3b454
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Wed Jun 15 04:24:19 2016 -0500

    Merge branch 'master' of ssh://git.freedesktop.org/git/openchrome/xf86-video-openchrome

commit 258de224efc45a009f0391403776aaf0f538690b
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Wed Jun 15 04:06:29 2016 -0500

    Changing viaEnableAgpVQ to viaEnableAGPVQ
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/src/via_ums.c b/src/via_ums.c
index 484a4f4..8fbd6bd 100644
--- a/src/via_ums.c
+++ b/src/via_ums.c
@@ -414,7 +414,7 @@ viaInitAGP(VIAPtr pVia)
  * issuing a Header-1 command.
  */
 static void
-viaEnableAgpVQ(VIAPtr pVia)
+viaEnableAGPVQ(VIAPtr pVia)
 {
    CARD32
        vqStartAddr = pVia->VQStart,
@@ -556,7 +556,7 @@ viaInitialize2DEngine(ScrnInfoPtr pScrn)
                 viaEnablePCIeVQ(pVia);
                 break;
             default:
-                viaEnableAgpVQ(pVia);
+                viaEnableAGPVQ(pVia);
                 break;
         }
     } else {
commit f63e880041f22398755547ab04928b0b2769d5ef
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Wed Jun 15 04:03:46 2016 -0500

    Changing viaInitAgp to viaInitAGP
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/src/via_ums.c b/src/via_ums.c
index 00a077b..484a4f4 100644
--- a/src/via_ums.c
+++ b/src/via_ums.c
@@ -391,7 +391,7 @@ viaInitPCIe(VIAPtr pVia)
 }
 
 static void
-viaInitAgp(VIAPtr pVia)
+viaInitAGP(VIAPtr pVia)
 {
     VIASETREG(VIA_REG_TRANSET, 0x00100000);
     VIASETREG(VIA_REG_TRANSPACE, 0x00000000);
@@ -542,7 +542,7 @@ viaInitialize2DEngine(ScrnInfoPtr pScrn)
             viaInitPCIe(pVia);
             break;
         default:
-            viaInitAgp(pVia);
+            viaInitAGP(pVia);
             break;
     }
 
commit 214246c400225eaf15e0cdad28c9c7e47724da72
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Wed Jun 15 03:47:29 2016 -0500

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

diff --git a/configure.ac b/configure.ac
index 5dd0f8d..de2bb89 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-openchrome],
-        [0.4.187],
+        [0.4.188],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
         [xf86-video-openchrome])
 


More information about the Openchrome-devel mailing list