Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h432 uint64_t vram_region_gpu_offset(struct ttm_resource *res);
H A Dxe_bo.c3113 uint64_t vram_region_gpu_offset(struct ttm_resource *res) in vram_region_gpu_offset() function
3374 return cur.start + offset + vram_region_gpu_offset(bo->ttm.resource); in __xe_bo_addr()
H A Dxe_pt.c863 xe_walk.dma_offset = (bo && !is_purged) ? vram_region_gpu_offset(bo->ttm.resource) : 0; in xe_pt_stage_bind()