Home
last modified time | relevance | path

Searched refs:vram_region_gpu_offset (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_bo.h269 uint64_t vram_region_gpu_offset(struct ttm_resource *res);
H A Dxe_lmtt.c392 vram_offset = vram_region_gpu_offset(bo->ttm.resource); in lmtt_insert_bo()
H A Dxe_bo.c2072 uint64_t vram_region_gpu_offset(struct ttm_resource *res) in vram_region_gpu_offset() function
2163 vram_region_gpu_offset(bo->ttm.resource)) >> PAGE_SHIFT; in xe_bo_pin()
2311 return cur.start + offset + vram_region_gpu_offset(bo->ttm.resource); in __xe_bo_addr()
H A Dxe_migrate.c535 cur->start + vram_region_gpu_offset(res), in pte_update_size()
607 addr += vram_region_gpu_offset(res); in emit_pte()
H A Dxe_pt.c719 xe_walk.dma_offset = bo ? vram_region_gpu_offset(bo->ttm.resource) : 0; in xe_pt_stage_bind()