Searched refs:dst_it (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/xe/tests/ |
H A D | xe_migrate.c | 376 struct xe_res_cursor src_it, dst_it; in blt_copy() local 391 xe_res_first_sg(xe_bo_sg(dst_bo), 0, size, &dst_it); in blt_copy() 393 xe_res_first(dst, 0, size, &dst_it); in blt_copy() 405 dst_L0 = xe_migrate_res_sizes(m, &dst_it); in blt_copy() 417 batch_size += pte_update_size(m, pte_flags, dst, &dst_it, &src_L0, in blt_copy() 438 xe_res_next(&dst_it, src_L0); in blt_copy() 441 &dst_it, src_L0, dst); in blt_copy()
|