Searched refs:xe_bo_sg (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_bo.h | 553 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 D | xe_bo.c | 426 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 D | xe_pt.c | 875 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 D | xe_migrate.c | 255 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()
|