Searched refs:xe_bo_sg (Results 1 – 6 of 6) sorted by relevance
| /drivers/gpu/drm/xe/tests/ |
| A D | xe_migrate.c | 250 xe_res_first_sg(xe_bo_sg(pt), 0, xe_bo_size(pt), &src_it); in xe_migrate_sanity_test() 384 xe_res_first_sg(xe_bo_sg(src_bo), 0, size, &src_it); in blt_copy() 389 xe_res_first_sg(xe_bo_sg(dst_bo), 0, size, &dst_it); in blt_copy()
|
| /drivers/gpu/drm/xe/ |
| A D | xe_migrate.c | 798 xe_res_first_sg(xe_bo_sg(src_bo), 0, size, &src_it); in xe_migrate_copy() 802 xe_res_first_sg(xe_bo_sg(dst_bo), 0, size, &dst_it); in xe_migrate_copy() 807 xe_res_first_sg(xe_bo_sg(src_bo), xe_bo_ccs_pages_start(src_bo), in xe_migrate_copy() 1079 xe_res_first_sg(xe_bo_sg(bo), 0, xe_bo_size(bo), &src_it); in xe_migrate_clear()
|
| A D | xe_bo.h | 385 struct sg_table *xe_bo_sg(struct xe_bo *bo);
|
| A D | xe_ggtt.c | 702 for (xe_res_first_sg(xe_bo_sg(bo), 0, xe_bo_size(bo), &cur); in xe_ggtt_map_bo()
|
| A D | xe_bo.c | 391 struct sg_table *xe_bo_sg(struct xe_bo *bo) in xe_bo_sg() function 2487 xe_res_first_sg(xe_bo_sg(bo), page << PAGE_SHIFT, in __xe_bo_addr()
|
| A D | xe_pt.c | 765 xe_res_first_sg(xe_bo_sg(bo), xe_vma_bo_offset(vma), in xe_pt_stage_bind()
|
Completed in 25 milliseconds