Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c253 xe_res_first_sg(xe_bo_sg(pt), 0, pt->size, &src_it); in xe_migrate_sanity_test()
387 xe_res_first_sg(xe_bo_sg(src_bo), 0, size, &src_it); in blt_copy()
392 xe_res_first_sg(xe_bo_sg(dst_bo), 0, size, &dst_it); in blt_copy()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_res_cursor.h207 static inline void xe_res_first_sg(const struct sg_table *sg, in xe_res_first_sg() function
H A Dxe_migrate.c796 xe_res_first_sg(xe_bo_sg(src_bo), 0, size, &src_it); in xe_migrate_copy()
800 xe_res_first_sg(xe_bo_sg(dst_bo), 0, size, &dst_it); in xe_migrate_copy()
805 xe_res_first_sg(xe_bo_sg(src_bo), xe_bo_ccs_pages_start(src_bo), in xe_migrate_copy()
1076 xe_res_first_sg(xe_bo_sg(bo), 0, bo->size, &src_it); in xe_migrate_clear()
H A Dxe_pt.c730 xe_res_first_sg(to_userptr_vma(vma)->userptr.sg, 0, in xe_pt_stage_bind()
736 xe_res_first_sg(xe_bo_sg(bo), xe_vma_bo_offset(vma), in xe_pt_stage_bind()
H A Dxe_bo.c2303 xe_res_first_sg(xe_bo_sg(bo), page << PAGE_SHIFT, in __xe_bo_addr()