Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem_gtt.h510 i915_pdpes_per_pdp(const struct i915_address_space *vm) in i915_pdpes_per_pdp() function
532 length > 0 && iter < i915_pdpes_per_pdp(vm) && \
Di915_gem_gtt.c771 const unsigned int pdpes = i915_pdpes_per_pdp(vm); in __pdp_init()
1055 GEM_BUG_ON(idx->pdpe >= i915_pdpes_per_pdp(&ppgtt->vm)); in gen8_ppgtt_insert_pte_entries()
1086 GEM_BUG_ON(idx->pdpe >= i915_pdpes_per_pdp(&ppgtt->vm)); in gen8_ppgtt_insert_pte_entries()
1360 const unsigned int pdpes = i915_pdpes_per_pdp(vm); in gen8_ppgtt_cleanup_3lvl()
1461 GEM_BUG_ON(pdp->used_pdpes > i915_pdpes_per_pdp(vm)); in gen8_ppgtt_alloc_pdp()