summaryrefslogtreecommitdiff
path: root/src/glamo-kms-exa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glamo-kms-exa.c')
-rw-r--r--src/glamo-kms-exa.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glamo-kms-exa.c b/src/glamo-kms-exa.c
index ec116ab..f29c296 100644
--- a/src/glamo-kms-exa.c
+++ b/src/glamo-kms-exa.c
@@ -377,9 +377,6 @@ static Bool GlamoKMSExaPrepareAccess(PixmapPtr pPix, int index)
return TRUE;
}
- xf86DrvMsg(pScrn->scrnIndex, X_INFO, "PrepareAccess (%i)\n",
- driver_priv->bo->handle);
-
/* Return as quickly as possible if we have a mapping already */
if ( driver_priv->bo->virtual ) {
pPix->devPrivate.ptr = driver_priv->bo->virtual;