Lines Matching refs:src_it
771 struct xe_res_cursor src_it, dst_it, ccs_it; in xe_migrate_copy() local
795 xe_res_first_sg(xe_bo_sg(src_bo), 0, size, &src_it); in xe_migrate_copy()
797 xe_res_first(src, 0, size, &src_it); in xe_migrate_copy()
821 src_L0 = xe_migrate_res_sizes(m, &src_it); in xe_migrate_copy()
831 batch_size += pte_update_size(m, pte_flags, src, &src_it, &src_L0, in xe_migrate_copy()
859 if (src_is_vram && xe_migrate_allow_identity(src_L0, &src_it)) in xe_migrate_copy()
860 xe_res_next(&src_it, src_L0); in xe_migrate_copy()
863 &src_it, src_L0, src); in xe_migrate_copy()
1064 struct xe_res_cursor src_it; in xe_migrate_clear() local
1075 xe_res_first_sg(xe_bo_sg(bo), 0, bo->size, &src_it); in xe_migrate_clear()
1077 xe_res_first(src, 0, bo->size, &src_it); in xe_migrate_clear()
1092 clear_L0 = xe_migrate_res_sizes(m, &src_it); in xe_migrate_clear()
1097 pte_update_size(m, pte_flags, src, &src_it, in xe_migrate_clear()
1118 if (clear_vram && xe_migrate_allow_identity(clear_L0, &src_it)) in xe_migrate_clear()
1119 xe_res_next(&src_it, clear_L0); in xe_migrate_clear()
1122 &src_it, clear_L0, dst); in xe_migrate_clear()