Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.c876 struct xe_res_cursor src_it, dst_it, ccs_it; in __xe_migrate_copy() local
909 xe_res_first_sg(xe_bo_sg(src_bo), 0, size, &src_it); in __xe_migrate_copy()
911 xe_res_first(src, 0, size, &src_it); in __xe_migrate_copy()
935 src_L0 = xe_migrate_res_sizes(m, &src_it); in __xe_migrate_copy()
945 batch_size += pte_update_size(m, pte_flags, src, &src_it, &src_L0, in __xe_migrate_copy()
978 if (src_is_vram && xe_migrate_allow_identity(src_L0, &src_it)) in __xe_migrate_copy()
979 xe_res_next(&src_it, src_L0); in __xe_migrate_copy()
982 &src_it, src_L0, src); in __xe_migrate_copy()
1169 struct xe_res_cursor src_it, ccs_it; in xe_migrate_ccs_rw_copy() local
1181 xe_res_first_sg(xe_bo_sg(src_bo), 0, size, &src_it); in xe_migrate_ccs_rw_copy()
[all …]