Lines Matching refs:src_L0
378 u64 src_L0, dst_L0; in blt_copy() local
402 src_L0 = xe_migrate_res_sizes(m, &src_it); in blt_copy()
405 src_L0 = min(src_L0, dst_L0); in blt_copy()
409 batch_size += pte_update_size(m, pte_flags, src, &src_it, &src_L0, in blt_copy()
415 batch_size += pte_update_size(m, pte_flags, dst, &dst_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()
436 xe_res_next(&dst_it, src_L0); in blt_copy()
439 &dst_it, src_L0, dst); in blt_copy()
444 emit_copy(gt, bb, src_L0_ofs, dst_L0_ofs, src_L0, XE_PAGE_SIZE); in blt_copy()
449 dst_is_vram, src_L0, dst_L0_ofs, in blt_copy()
474 size -= src_L0; in blt_copy()