Searched refs:i915_vma_is_active (Results 1 – 6 of 6) sorted by relevance
114 if (i915_vma_is_active(vma)) in defer_evict()405 if (flags & PIN_NONBLOCK && i915_vma_is_active(vma)) { in i915_gem_evict_for_node()
178 !i915_vma_is_active(vma))) { in i915_gem_object_unbind()956 if (i915_vma_is_pinned(vma) || i915_vma_is_active(vma)) in i915_gem_object_ggtt_pin_ww()975 if (i915_vma_is_pinned(vma) || i915_vma_is_active(vma)) { in i915_gem_object_ggtt_pin_ww()
51 static inline bool i915_vma_is_active(const struct i915_vma *vma) in i915_vma_is_active() function
1763 GEM_BUG_ON(i915_vma_is_active(vma)); in release_references()2007 GEM_BUG_ON(!i915_vma_is_active(vma)); in _i915_vma_move_to_active()2115 GEM_BUG_ON(i915_vma_is_active(vma)); in __i915_vma_unbind()
411 if (!vma->iomap || i915_vma_is_active(vma)) in i915_gem_shrinker_vmap()
326 return fence->vma && i915_vma_is_active(fence->vma); in fence_is_active()