summaryrefslogtreecommitdiff
path: root/src/glamo-draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glamo-draw.c')
-rw-r--r--src/glamo-draw.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/glamo-draw.c b/src/glamo-draw.c
index 3948ffc..174e2d1 100644
--- a/src/glamo-draw.c
+++ b/src/glamo-draw.c
@@ -233,6 +233,7 @@ GLAMODrawExaInit(ScreenPtr pScreen, ScrnInfoPtr pScrn)
} else {
ErrorF("Failed to initialize EXA acceleration\n");
}
+
GLAMO_LOG("leave\n");
return success;
@@ -376,9 +377,16 @@ GLAMOExaCopy(PixmapPtr pDst,
srcX, srcY, dstX, dstY,
width, height);
+ xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
+ "here1\n");
BEGIN_CMDQ(34);
+ xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
+ "here2\n");
OUT_REG(GLAMO_REG_2D_SRC_ADDRL, pGlamo->src_offset & 0xffff);
+ xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
+ "here3\n");
+
OUT_REG(GLAMO_REG_2D_SRC_ADDRH, (pGlamo->src_offset >> 16) & 0x7f);
OUT_REG(GLAMO_REG_2D_SRC_PITCH, pGlamo->src_pitch);