Searched refs:pte_encode_flags (Results 1 – 3 of 3) sorted by relevance
150 ggtt->pt_ops->pte_encode_flags(ggtt->scratch, in xe_ggtt_clear()211 .pte_encode_flags = xelp_ggtt_pte_flags,216 .pte_encode_flags = xelpg_ggtt_pte_flags,221 .pte_encode_flags = xelpg_ggtt_pte_flags,698 pte = ggtt->pt_ops->pte_encode_flags(bo, pat_index); in xe_ggtt_map_bo()982 return ggtt->pt_ops->pte_encode_flags(bo, pat_index); in xe_ggtt_encode_pte_flags()
78 u64 (*pte_encode_flags)(struct xe_bo *bo, u16 pat_index); member
178 u64 pte = ggtt->pt_ops->pte_encode_flags(bo, xe->pat.idx[XE_CACHE_NONE]); in write_ggtt_rotated()
Completed in 9 milliseconds