Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_ttm_stolen_mgr.c265 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()
Dxe_ttm_vram_mgr.c393 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()
Dxe_res_cursor.h68 static inline void xe_res_first(struct ttm_resource *res, in xe_res_first() function
Dxe_migrate.c797 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()
Dxe_lmtt.c393 xe_res_first(bo->ttm.resource, 0, bo->size, &cur); in lmtt_insert_bo()
Dxe_bo.c994 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()
Dxe_pt.c678 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/
Di915_gem_stolen.h74 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/
Dxe_migrate.c250 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()