Searched refs:xe_res_first (Results 1 – 10 of 10) sorted by relevance
| /drivers/gpu/drm/xe/ |
| A D | xe_ttm_stolen_mgr.c | 272 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()
|
| A D | xe_ttm_vram_mgr.c | 372 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()
|
| A D | xe_res_cursor.h | 90 static inline void xe_res_first(struct ttm_resource *res, in xe_res_first() function
|
| A D | xe_migrate.c | 800 xe_res_first(src, 0, size, &src_it); in xe_migrate_copy() 804 xe_res_first(dst, 0, size, &dst_it); in xe_migrate_copy() 1081 xe_res_first(src, 0, xe_bo_size(bo), &src_it); in xe_migrate_clear() 1876 xe_res_first(bo->ttm.resource, offset, xe_bo_size(bo) - offset, &cursor); in xe_migrate_access_memory()
|
| A D | xe_lmtt.c | 458 xe_res_first(bo->ttm.resource, 0, xe_bo_size(bo), &cur); in lmtt_insert_bo()
|
| A D | xe_bo.c | 1424 xe_res_first(ttm_bo->resource, (u64)page_offset << PAGE_SHIFT, 0, &cursor); in xe_ttm_io_mem_pfn() 1578 xe_res_first(ttm_bo->resource, offset & PAGE_MASK, in xe_ttm_access_memory() 2493 xe_res_first(bo->ttm.resource, page << PAGE_SHIFT, in __xe_bo_addr()
|
| A D | xe_ggtt.c | 710 for (xe_res_first(bo->ttm.resource, 0, xe_bo_size(bo), &cur); in xe_ggtt_map_bo()
|
| A D | xe_pt.c | 762 xe_res_first(bo->ttm.resource, xe_vma_bo_offset(vma), in xe_pt_stage_bind()
|
| /drivers/gpu/drm/xe/compat-i915-headers/gem/ |
| A D | i915_gem_stolen.h | 79 xe_res_first(fb->bo->ttm.resource, 0, 4096, &res); in i915_gem_stolen_node_offset()
|
| /drivers/gpu/drm/xe/tests/ |
| A D | xe_migrate.c | 248 xe_res_first(pt->ttm.resource, 0, xe_bo_size(pt), &src_it); in xe_migrate_sanity_test() 386 xe_res_first(src, 0, size, &src_it); in blt_copy() 391 xe_res_first(dst, 0, size, &dst_it); in blt_copy()
|
Completed in 33 milliseconds