Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c188 struct xe_res_cursor src_it; in xe_migrate_sanity_test() local
250 xe_res_first(pt->ttm.resource, 0, pt->size, &src_it); in xe_migrate_sanity_test()
252 xe_res_first_sg(xe_bo_sg(pt), 0, pt->size, &src_it); in xe_migrate_sanity_test()
255 &src_it, XE_PAGE_SIZE, pt->ttm.resource); in xe_migrate_sanity_test()
376 struct xe_res_cursor src_it, dst_it; in blt_copy() local
386 xe_res_first_sg(xe_bo_sg(src_bo), 0, size, &src_it); in blt_copy()
388 xe_res_first(src, 0, size, &src_it); in blt_copy()
404 src_L0 = xe_migrate_res_sizes(m, &src_it); in blt_copy()
411 batch_size += pte_update_size(m, pte_flags, src, &src_it, &src_L0, in blt_copy()
432 xe_res_next(&src_it, src_L0); in blt_copy()
[all …]
/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
795 xe_res_first_sg(xe_bo_sg(src_bo), 0, size, &src_it); in xe_migrate_copy()
797 xe_res_first(src, 0, size, &src_it); in xe_migrate_copy()
821 src_L0 = xe_migrate_res_sizes(m, &src_it); in xe_migrate_copy()
831 batch_size += pte_update_size(m, pte_flags, src, &src_it, &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()
1064 struct xe_res_cursor src_it; in xe_migrate_clear() local
1075 xe_res_first_sg(xe_bo_sg(bo), 0, bo->size, &src_it); in xe_migrate_clear()
[all …]