Searched refs:i915_vma_is_active (Results 1 – 6 of 6) sorted by relevance
153 if (active != ERR_PTR(-EAGAIN) && i915_vma_is_active(vma)) { in i915_gem_evict_something()319 if (flags & PIN_NONBLOCK && i915_vma_is_active(vma)) { in i915_gem_evict_for_node()
160 !i915_vma_is_active(vma)) in i915_gem_object_unbind()996 if (i915_vma_is_pinned(vma) || i915_vma_is_active(vma)) in i915_gem_object_ggtt_pin_ww()1004 if (i915_vma_is_pinned(vma) || i915_vma_is_active(vma)) { in i915_gem_object_ggtt_pin_ww()
50 static inline bool i915_vma_is_active(const struct i915_vma *vma) in i915_vma_is_active() function
1107 GEM_BUG_ON(i915_vma_is_active(vma)); in i915_vma_release()1258 GEM_BUG_ON(!i915_vma_is_active(vma)); in i915_vma_move_to_active()1328 GEM_BUG_ON(i915_vma_is_active(vma)); in __i915_vma_unbind()
248 if (i915_vma_is_active(vma)) in per_file_stats()266 if (i915_vma_is_active(vma)) in per_file_stats()
378 if (!vma->iomap || i915_vma_is_active(vma)) in i915_gem_shrinker_vmap()