Searched refs:xe_bo_sg (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/xe/tests/ |
H A D | xe_migrate.c | 252 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 D | xe_bo.h | 289 struct sg_table *xe_bo_sg(struct xe_bo *bo);
|
H A D | xe_migrate.c | 795 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 D | xe_bo.c | 331 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 D | xe_pt.c | 681 xe_res_first_sg(xe_bo_sg(bo), xe_vma_bo_offset(vma), in xe_pt_stage_bind()
|