Lines Matching refs:src_it
189 struct xe_res_cursor src_it; in xe_migrate_sanity_test() local
248 xe_res_first(pt->ttm.resource, 0, xe_bo_size(pt), &src_it); in xe_migrate_sanity_test()
250 xe_res_first_sg(xe_bo_sg(pt), 0, xe_bo_size(pt), &src_it); in xe_migrate_sanity_test()
253 &src_it, XE_PAGE_SIZE, pt->ttm.resource); in xe_migrate_sanity_test()
374 struct xe_res_cursor src_it, dst_it; in blt_copy() local
384 xe_res_first_sg(xe_bo_sg(src_bo), 0, size, &src_it); in blt_copy()
386 xe_res_first(src, 0, size, &src_it); in blt_copy()
402 src_L0 = xe_migrate_res_sizes(m, &src_it); in blt_copy()
409 batch_size += pte_update_size(m, pte_flags, src, &src_it, &src_L0, in blt_copy()
430 xe_res_next(&src_it, src_L0); in blt_copy()
433 &src_it, src_L0, src); in blt_copy()