Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/tests/
A Dxe_migrate.c189 struct xe_res_cursor src_it; in xe_migrate_sanity_test() local
248 xe_res_first(pt->ttm.resource, 0, xe_bo_size(pt), &src_it); in xe_migrate_sanity_test()
250 xe_res_first_sg(xe_bo_sg(pt), 0, xe_bo_size(pt), &src_it); in xe_migrate_sanity_test()
253 &src_it, XE_PAGE_SIZE, pt->ttm.resource); in xe_migrate_sanity_test()
374 struct xe_res_cursor src_it, dst_it; in blt_copy() local
384 xe_res_first_sg(xe_bo_sg(src_bo), 0, size, &src_it); in blt_copy()
386 xe_res_first(src, 0, size, &src_it); in blt_copy()
402 src_L0 = xe_migrate_res_sizes(m, &src_it); in blt_copy()
409 batch_size += pte_update_size(m, pte_flags, src, &src_it, &src_L0, in blt_copy()
430 xe_res_next(&src_it, src_L0); in blt_copy()
[all …]
/drivers/gpu/drm/xe/
A Dxe_migrate.c772 struct xe_res_cursor src_it, dst_it, ccs_it; in xe_migrate_copy() local
800 xe_res_first(src, 0, size, &src_it); in xe_migrate_copy()
824 src_L0 = xe_migrate_res_sizes(m, &src_it); in xe_migrate_copy()
864 xe_res_next(&src_it, src_L0); in xe_migrate_copy()
867 &src_it, src_L0, src); in xe_migrate_copy()
1068 struct xe_res_cursor src_it; in xe_migrate_clear() local
1081 xe_res_first(src, 0, xe_bo_size(bo), &src_it); in xe_migrate_clear()
1096 clear_L0 = xe_migrate_res_sizes(m, &src_it); in xe_migrate_clear()
1101 pte_update_size(m, pte_flags, src, &src_it, in xe_migrate_clear()
1123 xe_res_next(&src_it, clear_L0); in xe_migrate_clear()
[all …]

Completed in 12 milliseconds