sna: Add a DBG breadcrumb to kgem_bo_convert_to_gpu()

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2013-11-06 15:04:24 +00:00
parent ae380a960d
commit 7a9c1e153a
1 changed files with 1 additions and 0 deletions

View 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)