Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c252 xe_res_first_sg(xe_bo_sg(pt), 0, pt->size, &src_it); in xe_migrate_sanity_test()
386 xe_res_first_sg(xe_bo_sg(src_bo), 0, size, &src_it); in blt_copy()
391 xe_res_first_sg(xe_bo_sg(dst_bo), 0, size, &dst_it); in blt_copy()
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h289 struct sg_table *xe_bo_sg(struct xe_bo *bo);
H A Dxe_migrate.c795 xe_res_first_sg(xe_bo_sg(src_bo), 0, size, &src_it); in xe_migrate_copy()
799 xe_res_first_sg(xe_bo_sg(dst_bo), 0, size, &dst_it); in xe_migrate_copy()
804 xe_res_first_sg(xe_bo_sg(src_bo), xe_bo_ccs_pages_start(src_bo), in xe_migrate_copy()
1075 xe_res_first_sg(xe_bo_sg(bo), 0, bo->size, &src_it); in xe_migrate_clear()
H A Dxe_bo.c331 struct sg_table *xe_bo_sg(struct xe_bo *bo) in xe_bo_sg() function
1893 xe_res_first_sg(xe_bo_sg(bo), page << PAGE_SHIFT, in __xe_bo_addr()
H A Dxe_pt.c681 xe_res_first_sg(xe_bo_sg(bo), xe_vma_bo_offset(vma), in xe_pt_stage_bind()