Home
last modified time | relevance | path

Searched refs:xe_res_first (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/compat-i915-headers/gem/
H A Di915_gem_stolen.h79 xe_res_first(fb->bo->ttm.resource, 0, 4096, &res); in i915_gem_stolen_node_offset()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_ttm_stolen_mgr.c272 xe_res_first(bo->ttm.resource, offset, 4096, &cur); in xe_ttm_stolen_io_offset()
285 xe_res_first(mem, 0, 4096, &cur); in __xe_ttm_stolen_io_mem_reserve_bar2()
H A Dxe_ttm_vram_mgr.c372 xe_res_first(res, offset, length, &cursor); in xe_ttm_vram_mgr_alloc_sgt()
393 xe_res_first(res, offset, length, &cursor); in xe_ttm_vram_mgr_alloc_sgt()
H A Dxe_res_cursor.h90 static inline void xe_res_first(struct ttm_resource *res, in xe_res_first() function
H A Dxe_lmtt.c393 xe_res_first(bo->ttm.resource, 0, bo->size, &cur); in lmtt_insert_bo()
H A Dxe_migrate.c798 xe_res_first(src, 0, size, &src_it); in xe_migrate_copy()
802 xe_res_first(dst, 0, size, &dst_it); in xe_migrate_copy()
1078 xe_res_first(src, 0, bo->size, &src_it); in xe_migrate_clear()
H A Dxe_bo.c1238 xe_res_first(ttm_bo->resource, (u64)page_offset << PAGE_SHIFT, 0, &cursor); in xe_ttm_io_mem_pfn()
1386 xe_res_first(ttm_bo->resource, offset & PAGE_MASK, in xe_ttm_access_memory()
2309 xe_res_first(bo->ttm.resource, page << PAGE_SHIFT, in __xe_bo_addr()
H A Dxe_pt.c733 xe_res_first(bo->ttm.resource, xe_vma_bo_offset(vma), in xe_pt_stage_bind()
/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c251 xe_res_first(pt->ttm.resource, 0, pt->size, &src_it); in xe_migrate_sanity_test()
389 xe_res_first(src, 0, size, &src_it); in blt_copy()
394 xe_res_first(dst, 0, size, &dst_it); in blt_copy()