HomeSort by: relevance | last modified time | path
    Searched defs:i915_pte_index (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_gtt.h 496 static inline u32 i915_pte_index(u64 address, unsigned int pde_shift) function in typeref:typename:u32
519 return NUM_PTE(pde_shift) - i915_pte_index(addr, pde_shift);
521 return i915_pte_index(end, pde_shift) - i915_pte_index(addr, pde_shift);
intel_gtt.h 496 static inline u32 i915_pte_index(u64 address, unsigned int pde_shift) function in typeref:typename:u32
519 return NUM_PTE(pde_shift) - i915_pte_index(addr, pde_shift);
521 return i915_pte_index(end, pde_shift) - i915_pte_index(addr, pde_shift);

Completed in 27 milliseconds