Home
last modified time | relevance | path

Searched refs:xe_bo_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_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_bo.h368 struct sg_table *xe_bo_sg(struct xe_bo *bo);
H A Dxe_bo.c375 struct sg_table *xe_bo_sg(struct xe_bo *bo) in xe_bo_sg() function
2303 xe_res_first_sg(xe_bo_sg(bo), page << PAGE_SHIFT, in __xe_bo_addr()
H A Dxe_pt.c736 xe_res_first_sg(xe_bo_sg(bo), xe_vma_bo_offset(vma), in xe_pt_stage_bind()