diff options
Diffstat (limited to 'src/sna')
-rw-r--r-- | src/sna/sna_blt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sna/sna_blt.c b/src/sna/sna_blt.c index 7410eb11..fd97255c 100644 --- a/src/sna/sna_blt.c +++ b/src/sna/sna_blt.c @@ -1899,6 +1899,7 @@ put: if (tmp->dst.bo == priv->cpu_bo) { DBG(("%s: forcing the stall to overwrite a busy CPU bo\n", __FUNCTION__)); tmp->dst.bo = NULL; + tmp->damage = NULL; } } } |