summaryrefslogtreecommitdiff
path: root/src/sna/sna_blt.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-10-25 11:35:39 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-10-25 11:35:39 +0100
commitda0de7e55a9c1b64f3fb0d7b573bb61b0d2566df (patch)
tree2fedb21240cf38975fa8dcd3016ff7238fea23ed /src/sna/sna_blt.c
parent51c87f9acaa0c4eaaea581092088e1d524396f35 (diff)
sna: Add a line of DBG for when we discard uploads into CPU bo
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna_blt.c')
-rw-r--r--src/sna/sna_blt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sna/sna_blt.c b/src/sna/sna_blt.c
index 0dd57936..6cab2a4e 100644
--- a/src/sna/sna_blt.c
+++ b/src/sna/sna_blt.c
@@ -2279,6 +2279,7 @@ fill:
put:
if (tmp->dst.bo == sna_pixmap(tmp->dst.pixmap)->cpu_bo) {
+ DBG(("%s: dropping upload into CPU bo\n", __FUNCTION__));
tmp->dst.bo = NULL;
tmp->damage = NULL;
}