Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/tests/
A Dxe_migrate.c374 struct xe_res_cursor src_it, dst_it; in blt_copy() local
389 xe_res_first_sg(xe_bo_sg(dst_bo), 0, size, &dst_it); in blt_copy()
391 xe_res_first(dst, 0, size, &dst_it); in blt_copy()
403 dst_L0 = xe_migrate_res_sizes(m, &dst_it); in blt_copy()
415 batch_size += pte_update_size(m, pte_flags, dst, &dst_it, &src_L0, in blt_copy()
436 xe_res_next(&dst_it, src_L0); in blt_copy()
439 &dst_it, src_L0, dst); in blt_copy()
/drivers/gpu/drm/xe/
A Dxe_migrate.c772 struct xe_res_cursor src_it, dst_it, ccs_it; in xe_migrate_copy() local
802 xe_res_first_sg(xe_bo_sg(dst_bo), 0, size, &dst_it); in xe_migrate_copy()
804 xe_res_first(dst, 0, size, &dst_it); in xe_migrate_copy()
825 dst_L0 = xe_migrate_res_sizes(m, &dst_it); in xe_migrate_copy()
839 batch_size += pte_update_size(m, pte_flags, dst, &dst_it, &src_L0, in xe_migrate_copy()
869 if (dst_is_vram && xe_migrate_allow_identity(src_L0, &dst_it)) in xe_migrate_copy()
870 xe_res_next(&dst_it, src_L0); in xe_migrate_copy()
873 &dst_it, src_L0, dst); in xe_migrate_copy()

Completed in 8 milliseconds