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

/linux-master/drivers/gpu/drm/i915/gt/
H A Dgen6_ppgtt.h28 return i915_pte_index(addr, GEN6_PDE_SHIFT);
H A Dintel_gtt.h528 static inline u32 i915_pte_index(u64 address, unsigned int pde_shift) function
551 return NUM_PTE(pde_shift) - i915_pte_index(addr, pde_shift);
553 return i915_pte_index(end, pde_shift) - i915_pte_index(addr, pde_shift);

Completed in 85 milliseconds