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

Chris Wilson ickle at kemper.freedesktop.org
Thu Jan 31 10:09:43 PST 2013


 src/sna/kgem.c |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 9712f49fddc8be939f77c25fcb907873af44619f
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Thu Jan 31 18:08:05 2013 +0000

    sna: Remove stale assertion
    
    Now the reset is meant to restablish 'rq' if the bo was busy.
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/sna/kgem.c b/src/sna/kgem.c
index e020969..4f9306a 100644
--- a/src/sna/kgem.c
+++ b/src/sna/kgem.c
@@ -1763,7 +1763,6 @@ static void __kgem_bo_destroy(struct kgem *kgem, struct kgem_bo *bo)
 		assert(RQ(bo->rq) == kgem->next_request);
 		bo->refcnt = 1;
 		kgem_reset(kgem);
-		assert(bo->rq == NULL);
 		bo->refcnt = 0;
 	}
 


More information about the xorg-commit mailing list