Home
last modified time | relevance | path

Searched refs:src_bo (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.h129 struct xe_bo *src_bo,
140 struct xe_bo *src_bo,
144 void xe_migrate_ccs_rw_copy_clear(struct xe_bo *src_bo,
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c369 struct xe_bo *src_bo, struct xe_bo *dst_bo, in blt_copy() argument
376 u64 size = xe_bo_size(src_bo); in blt_copy()
378 struct ttm_resource *src = src_bo->ttm.resource, *dst = dst_bo->ttm.resource; in blt_copy()
387 xe_res_first_sg(xe_bo_sg(src_bo), 0, size, &src_it); in blt_copy()