Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_ggtt.c211 ggtt->pt_ops->pte_encode_flags(ggtt->scratch, in xe_ggtt_clear()
281 .pte_encode_flags = xelp_ggtt_pte_flags,
287 .pte_encode_flags = xelpg_ggtt_pte_flags,
293 .pte_encode_flags = xelpg_ggtt_pte_flags,
806 pte = ggtt->pt_ops->pte_encode_flags(bo, pat_index); in xe_ggtt_map_bo_unlocked()
900 u64 pte = ggtt->pt_ops->pte_encode_flags(bo, pat_index); in __xe_ggtt_insert_bo_at()
1189 return ggtt->pt_ops->pte_encode_flags(bo, pat_index); in xe_ggtt_encode_pte_flags()
H A Dxe_ggtt_types.h71 u64 (*pte_encode_flags)(struct xe_bo *bo, u16 pat_index); member