i915_pdpes_per_pdp
GEM_BUG_ON(idx->pdpe >= i915_pdpes_per_pdp(&ppgtt->vm));
GEM_BUG_ON(idx->pdpe >= i915_pdpes_per_pdp(&ppgtt->vm));
const unsigned int pdpes = i915_pdpes_per_pdp(vm);
GEM_BUG_ON(pdp->used_pdpes > i915_pdpes_per_pdp(vm));
const unsigned int pdpes = i915_pdpes_per_pdp(vm);
length > 0 && iter < i915_pdpes_per_pdp(vm) && \