Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c192 struct xe_res_cursor src_it; in xe_migrate_sanity_test() local
253 xe_res_first(pt->ttm.resource, 0, xe_bo_size(pt), &src_it); in xe_migrate_sanity_test()
255 xe_res_first_sg(xe_bo_sg(pt), 0, xe_bo_size(pt), &src_it); in xe_migrate_sanity_test()
258 &src_it, XE_PAGE_SIZE, pt->ttm.resource); in xe_migrate_sanity_test()
377 struct xe_res_cursor src_it, dst_it; in blt_copy() local
387 xe_res_first_sg(xe_bo_sg(src_bo), 0, size, &src_it); in blt_copy()
389 xe_res_first(src, 0, size, &src_it); in blt_copy()
405 src_L0 = xe_migrate_res_sizes(m, &src_it); in blt_copy()
412 batch_size += pte_update_size(m, pte_flags, src, &src_it, &src_L0, in blt_copy()
433 xe_res_next(&src_it, src_L0); in blt_copy()
[all …]