Searched refs:xe_bo_sg (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_migrate.c | 895 xe_res_first_sg(xe_bo_sg(src_bo), 0, size, &src_it); in xe_migrate_copy() 899 xe_res_first_sg(xe_bo_sg(dst_bo), 0, size, &dst_it); in xe_migrate_copy() 904 xe_res_first_sg(xe_bo_sg(src_bo), xe_bo_ccs_pages_start(src_bo), in xe_migrate_copy() 1119 xe_res_first_sg(xe_bo_sg(src_bo), 0, size, &src_it); in xe_migrate_ccs_rw_copy() 1121 xe_res_first_sg(xe_bo_sg(src_bo), xe_bo_ccs_pages_start(src_bo), in xe_migrate_ccs_rw_copy() 1312 xe_res_first_sg(xe_bo_sg(sysmem_bo), sysmem_offset, size, &sysmem_it); in xe_migrate_vram_copy_chunk() 1525 xe_res_first_sg(xe_bo_sg(bo), 0, xe_bo_size(bo), &src_it); in xe_migrate_clear()
|
| H A D | xe_ggtt.c | 777 for (xe_res_first_sg(xe_bo_sg(bo), 0, xe_bo_size(bo), &cur); in xe_ggtt_map_bo()
|
| H A D | xe_bo.c | 427 struct sg_table *xe_bo_sg(struct xe_bo *bo) in xe_bo_sg() function 2997 xe_res_first_sg(xe_bo_sg(bo), page << PAGE_SHIFT, in __xe_bo_addr()
|
| H A D | xe_pt.c | 771 xe_res_first_sg(xe_bo_sg(bo), xe_vma_bo_offset(vma), in xe_pt_stage_bind()
|