Searched refs:xe_res_first_sg (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/tests/ |
| H A D | xe_migrate.c | 253 xe_res_first_sg(xe_bo_sg(pt), 0, pt->size, &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()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_res_cursor.h | 207 static inline void xe_res_first_sg(const struct sg_table *sg, in xe_res_first_sg() function
|
| H A D | xe_migrate.c | 796 xe_res_first_sg(xe_bo_sg(src_bo), 0, size, &src_it); in xe_migrate_copy() 800 xe_res_first_sg(xe_bo_sg(dst_bo), 0, size, &dst_it); in xe_migrate_copy() 805 xe_res_first_sg(xe_bo_sg(src_bo), xe_bo_ccs_pages_start(src_bo), in xe_migrate_copy() 1076 xe_res_first_sg(xe_bo_sg(bo), 0, bo->size, &src_it); in xe_migrate_clear()
|
| H A D | xe_pt.c | 730 xe_res_first_sg(to_userptr_vma(vma)->userptr.sg, 0, in xe_pt_stage_bind() 736 xe_res_first_sg(xe_bo_sg(bo), xe_vma_bo_offset(vma), in xe_pt_stage_bind()
|
| H A D | xe_bo.c | 2303 xe_res_first_sg(xe_bo_sg(bo), page << PAGE_SHIFT, in __xe_bo_addr()
|