[Openchrome-devel] xf86-video-openchrome: src/via_ums.c

Kevin Brace kevinbrace at kemper.freedesktop.org
Wed Mar 16 04:39:11 UTC 2016


 src/via_ums.c |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 0583b4f91266bcf25b2c6629b86a90695e8bf821
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Tue Mar 15 21:34:03 2016 -0700

    Added debug messages to VIAUnmapMMIO
    
    Added debug messages to VIAUnmapMMIO function inside via_ums.c.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/src/via_ums.c b/src/via_ums.c
index e697dfb..c66f53f 100644
--- a/src/via_ums.c
+++ b/src/via_ums.c
@@ -55,7 +55,8 @@ VIAUnmapMMIO(ScrnInfoPtr pScrn)
 {
     VIAPtr pVia = VIAPTR(pScrn);
 
-    DEBUG(xf86DrvMsg(pScrn->scrnIndex, X_INFO, "VIAUnmapMMIO\n"));
+    DEBUG(xf86DrvMsg(pScrn->scrnIndex, X_INFO,
+                        "Entered VIAUnmapMMIO.\n"));
 
     ViaMMIODisable(pScrn);
 
@@ -84,6 +85,9 @@ VIAUnmapMMIO(ScrnInfoPtr pScrn)
         xf86UnMapVidMem(pScrn->scrnIndex, (pointer) pVia->FBBase,
                         pVia->videoRambytes);
 #endif
+
+    DEBUG(xf86DrvMsg(pScrn->scrnIndex, X_INFO,
+                        "Exiting VIAUnmapMMIO.\n"));
 }
 
 static void


More information about the Openchrome-devel mailing list