sna: Add a DBG breadcrumb to kgem_bo_convert_to_gpu()
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 6 Nov 2013 15:04:24 +0000 (15:04 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 6 Nov 2013 15:04:24 +0000 (15:04 +0000)
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
src/sna/kgem.c

index bb884c3..8283df8 100644 (file)
@@ -6564,6 +6564,7 @@ kgem_replace_bo(struct kgem *kgem,
 
 bool kgem_bo_convert_to_gpu(struct kgem *kgem, struct kgem_bo *bo)
 {
+       DBG(("%s: converting handle=%d from CPU to GPU\n", __FUNCTION__, bo->handle));
        assert(bo->tiling == I915_TILING_NONE);
 
        if (kgem->has_llc)