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

/linux-master/drivers/gpu/drm/xe/
H A Dxe_bo.h209 uint64_t vram_region_gpu_offset(struct ttm_resource *res);
H A Dxe_lmtt.c392 vram_offset = vram_region_gpu_offset(bo->ttm.resource);
H A Dxe_bo.c1606 uint64_t vram_region_gpu_offset(struct ttm_resource *res) function
1696 vram_region_gpu_offset(bo->ttm.resource)) >> PAGE_SHIFT;
1841 return cur.start + offset + vram_region_gpu_offset(bo->ttm.resource);
H A Dxe_migrate.c461 cur->start + vram_region_gpu_offset(res));
532 addr += vram_region_gpu_offset(res);
H A Dxe_pt.c628 xe_walk.dma_offset = vram_region_gpu_offset(bo->ttm.resource);

Completed in 357 milliseconds