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