Searched refs:I915_VMA_PAGES_ACTIVE (Results 1 – 3 of 3) sorted by relevance
269 #define I915_VMA_PAGES_ACTIVE (BIT(24) | 1) macro
1566 GEM_BUG_ON(bound + I915_VMA_PAGES_ACTIVE < bound); in i915_vma_pin_ww()1567 atomic_add(I915_VMA_PAGES_ACTIVE, &vma->pages_count); in i915_vma_pin_ww()
1443 atomic_set(&vma->pages_count, I915_VMA_PAGES_ACTIVE); in track_vma_bind()