Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h553 struct sg_table *xe_bo_sg(struct xe_bo *bo);
565 return drm_prime_get_contiguous_size(xe_bo_sg(bo)) >= len; in xe_bo_sg_is_contiguous()
H A Dxe_bo.c426 struct sg_table *xe_bo_sg(struct xe_bo *bo) in xe_bo_sg() function
3366 xe_res_first_sg(xe_bo_sg(bo), page << PAGE_SHIFT, in __xe_bo_addr()
H A Dxe_pt.c875 xe_res_first_sg(xe_bo_sg(bo), xe_vma_bo_offset(vma), in xe_pt_stage_bind()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c255 xe_res_first_sg(xe_bo_sg(pt), 0, xe_bo_size(pt), &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()