Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
H A Dgen8_ppgtt.c71 pte |= GEN12_PPGTT_PTE_LM; in gen12_pte_encode()
554 if ((encode & GEN12_PPGTT_PTE_LM) && in xehp_ppgtt_insert_huge()
H A Dintel_gtt.h92 #define GEN12_PPGTT_PTE_LM BIT_ULL(11) macro