Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_ggtt.c95 u64 (*pte_encode_flags)(struct xe_bo *bo, u16 pat_index); member
270 ggtt->pt_ops->pte_encode_flags(ggtt->scratch, in xe_ggtt_clear()
340 .pte_encode_flags = xelp_ggtt_pte_flags,
346 .pte_encode_flags = xelpg_ggtt_pte_flags,
352 .pte_encode_flags = xelpg_ggtt_pte_flags,
731 pte = ggtt->pt_ops->pte_encode_flags(bo, pat_index); in xe_ggtt_map_bo_unlocked()
845 u64 pte = ggtt->pt_ops->pte_encode_flags(bo, pat_index); in __xe_ggtt_insert_bo_at()
1131 return ggtt->pt_ops->pte_encode_flags(bo, pat_index); in xe_ggtt_encode_pte_flags()