Home
last modified time | relevance | path

Searched refs:xe_bo_addr (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.c282 u64 batch_addr = xe_bo_addr(batch, 0, XE_PAGE_SIZE); in xe_migrate_prepare_vm()
288 batch_addr = xe_bo_addr(batch, 0, XE_PAGE_SIZE); in xe_migrate_prepare_vm()
1739 xe_bo_addr(update->pt_bo, 0, in write_pgtable()
H A Dxe_ggtt.c269 scratch_pte = xe_bo_addr(ggtt->scratch, 0, XE_PAGE_SIZE) | in xe_ggtt_clear()
H A Dxe_vm.c1415 pde = xe_bo_addr(bo, bo_offset, XE_PAGE_SIZE); in xelp_pde_encode_bo()
1427 pte = xe_bo_addr(bo, bo_offset, XE_PAGE_SIZE); in xelp_pte_encode_bo()
H A Dxe_bo.c3184 dma_addr_t xe_bo_addr(struct xe_bo *bo, u64 offset, size_t page_size) in xe_bo_addr() function