Lines Matching refs:src_it
772 struct xe_res_cursor src_it, dst_it, ccs_it; in xe_migrate_copy() local
798 xe_res_first_sg(xe_bo_sg(src_bo), 0, size, &src_it); in xe_migrate_copy()
800 xe_res_first(src, 0, size, &src_it); in xe_migrate_copy()
824 src_L0 = xe_migrate_res_sizes(m, &src_it); in xe_migrate_copy()
834 batch_size += pte_update_size(m, pte_flags, src, &src_it, &src_L0, in xe_migrate_copy()
863 if (src_is_vram && xe_migrate_allow_identity(src_L0, &src_it)) in xe_migrate_copy()
864 xe_res_next(&src_it, src_L0); in xe_migrate_copy()
867 &src_it, src_L0, src); in xe_migrate_copy()
1068 struct xe_res_cursor src_it; in xe_migrate_clear() local
1079 xe_res_first_sg(xe_bo_sg(bo), 0, xe_bo_size(bo), &src_it); in xe_migrate_clear()
1081 xe_res_first(src, 0, xe_bo_size(bo), &src_it); in xe_migrate_clear()
1096 clear_L0 = xe_migrate_res_sizes(m, &src_it); in xe_migrate_clear()
1101 pte_update_size(m, pte_flags, src, &src_it, in xe_migrate_clear()
1122 if (clear_vram && xe_migrate_allow_identity(clear_L0, &src_it)) in xe_migrate_clear()
1123 xe_res_next(&src_it, clear_L0); in xe_migrate_clear()
1126 &src_it, clear_L0, dst); in xe_migrate_clear()