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:
parent
51c87f9aca
commit
da0de7e55a
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue