Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c377 struct xe_res_cursor src_it, dst_it; in blt_copy() local
392 xe_res_first_sg(xe_bo_sg(dst_bo), 0, size, &dst_it); in blt_copy()
394 xe_res_first(dst, 0, size, &dst_it); in blt_copy()
406 dst_L0 = xe_migrate_res_sizes(m, &dst_it); in blt_copy()
418 batch_size += pte_update_size(m, pte_flags, dst, &dst_it, &src_L0, in blt_copy()
439 xe_res_next(&dst_it, src_L0); in blt_copy()
442 &dst_it, src_L0, dst); in blt_copy()