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_migrate.c895 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 Dxe_ggtt.c777 for (xe_res_first_sg(xe_bo_sg(bo), 0, xe_bo_size(bo), &cur); in xe_ggtt_map_bo()
H A Dxe_bo.c427 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 Dxe_pt.c771 xe_res_first_sg(xe_bo_sg(bo), xe_vma_bo_offset(vma), in xe_pt_stage_bind()