Searched refs:xe_res_first (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_ttm_stolen_mgr.c | 265 xe_res_first(bo->ttm.resource, offset, 4096, &cur); in xe_ttm_stolen_io_offset() 278 xe_res_first(mem, 0, 4096, &cur); in __xe_ttm_stolen_io_mem_reserve_bar2()
|
D | xe_ttm_vram_mgr.c | 393 xe_res_first(res, offset, length, &cursor); in xe_ttm_vram_mgr_alloc_sgt() 413 xe_res_first(res, offset, length, &cursor); in xe_ttm_vram_mgr_alloc_sgt()
|
D | xe_res_cursor.h | 68 static inline void xe_res_first(struct ttm_resource *res, in xe_res_first() function
|
D | xe_migrate.c | 797 xe_res_first(src, 0, size, &src_it); in xe_migrate_copy() 801 xe_res_first(dst, 0, size, &dst_it); in xe_migrate_copy() 1077 xe_res_first(src, 0, bo->size, &src_it); in xe_migrate_clear()
|
D | xe_lmtt.c | 393 xe_res_first(bo->ttm.resource, 0, bo->size, &cur); in lmtt_insert_bo()
|
D | xe_bo.c | 994 xe_res_first(ttm_bo->resource, (u64)page_offset << PAGE_SHIFT, 0, &cursor); in xe_ttm_io_mem_pfn() 1902 xe_res_first(bo->ttm.resource, page << PAGE_SHIFT, in __xe_bo_addr()
|
D | xe_pt.c | 678 xe_res_first(bo->ttm.resource, xe_vma_bo_offset(vma), in xe_pt_stage_bind()
|
/linux-6.12.1/drivers/gpu/drm/xe/compat-i915-headers/gem/ |
D | i915_gem_stolen.h | 74 xe_res_first(fb->bo->ttm.resource, 0, 4096, &res); in i915_gem_stolen_node_offset()
|
/linux-6.12.1/drivers/gpu/drm/xe/tests/ |
D | xe_migrate.c | 250 xe_res_first(pt->ttm.resource, 0, pt->size, &src_it); in xe_migrate_sanity_test() 388 xe_res_first(src, 0, size, &src_it); in blt_copy() 393 xe_res_first(dst, 0, size, &dst_it); in blt_copy()
|