sna: Add a line of DBG for when we discard uploads into CPU bo

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2013-10-25 11:35:39 +01:00
parent 51c87f9aca
commit da0de7e55a
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}