xf86-video-intel: src/sna/sna_blt.c

Chris Wilson ickle at kemper.freedesktop.org
Fri Oct 19 10:14:41 PDT 2012


 src/sna/sna_blt.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f4c32af48b0c92a48131090886a6a6b6c45dbe34
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Fri Oct 19 16:29:19 2012 +0100

    sna: Clear the damage along with the BO when forcing the stall for inplace BLT
    
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=56180
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/sna/sna_blt.c b/src/sna/sna_blt.c
index 7410eb1..fd97255 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;
 				}
 			}
 		}


More information about the xorg-commit mailing list