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:
parent
ae380a960d
commit
7a9c1e153a
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue