Searched refs:I915_VMA_PAGES_ACTIVE (Results 1 – 3 of 3) sorted by relevance
271 #define I915_VMA_PAGES_ACTIVE (BIT(24) | 1) macro
1527 GEM_BUG_ON(bound + I915_VMA_PAGES_ACTIVE < bound); in i915_vma_pin_ww()1528 atomic_add(I915_VMA_PAGES_ACTIVE, &vma->pages_count); in i915_vma_pin_ww()
1436 atomic_set(&vma->pages_count, I915_VMA_PAGES_ACTIVE); in track_vma_bind()
Completed in 10 milliseconds