Home
last modified time | relevance | path

Searched refs:dst_it (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c376 struct xe_res_cursor src_it, dst_it; in blt_copy() local
391 xe_res_first_sg(xe_bo_sg(dst_bo), 0, size, &dst_it); in blt_copy()
393 xe_res_first(dst, 0, size, &dst_it); in blt_copy()
405 dst_L0 = xe_migrate_res_sizes(m, &dst_it); in blt_copy()
417 batch_size += pte_update_size(m, pte_flags, dst, &dst_it, &src_L0, in blt_copy()
438 xe_res_next(&dst_it, src_L0); in blt_copy()
441 &dst_it, src_L0, dst); in blt_copy()
/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.c771 struct xe_res_cursor src_it, dst_it, ccs_it; in xe_migrate_copy() local
799 xe_res_first_sg(xe_bo_sg(dst_bo), 0, size, &dst_it); in xe_migrate_copy()
801 xe_res_first(dst, 0, size, &dst_it); in xe_migrate_copy()
822 dst_L0 = xe_migrate_res_sizes(m, &dst_it); in xe_migrate_copy()
836 batch_size += pte_update_size(m, pte_flags, dst, &dst_it, &src_L0, 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()