Lines Matching refs:src_L0
774 u64 src_L0, dst_L0; in xe_migrate_copy() local
821 src_L0 = xe_migrate_res_sizes(m, &src_it); in xe_migrate_copy()
825 pass++, src_L0, dst_L0); in xe_migrate_copy()
827 src_L0 = min(src_L0, dst_L0); in xe_migrate_copy()
831 batch_size += pte_update_size(m, pte_flags, src, &src_it, &src_L0, in xe_migrate_copy()
836 batch_size += pte_update_size(m, pte_flags, dst, &dst_it, &src_L0, in xe_migrate_copy()
841 ccs_size = xe_device_ccs_bytes(xe, 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()
865 if (dst_is_vram && xe_migrate_allow_identity(src_L0, &dst_it)) in xe_migrate_copy()
866 xe_res_next(&dst_it, src_L0); in xe_migrate_copy()
869 &dst_it, src_L0, dst); in xe_migrate_copy()
878 emit_copy(gt, bb, src_L0_ofs, dst_L0_ofs, src_L0, XE_PAGE_SIZE); in xe_migrate_copy()
885 src_L0, ccs_ofs, copy_ccs); in xe_migrate_copy()
918 size -= src_L0; in xe_migrate_copy()