Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dintel_gtt.h428 static inline u32 i915_pte_index(u64 address, unsigned int pde_shift) in i915_pte_index() function
451 return NUM_PTE(pde_shift) - i915_pte_index(addr, pde_shift); in i915_pte_count()
453 return i915_pte_index(end, pde_shift) - i915_pte_index(addr, pde_shift); in i915_pte_count()
Dgen6_ppgtt.h29 return i915_pte_index(addr, GEN6_PDE_SHIFT); in gen6_pte_index()