Home
last modified time | relevance | path

Searched refs:i915_vma_is_active (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_gem_evict.c153 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()
Di915_gem.c160 !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()
Di915_vma.h50 static inline bool i915_vma_is_active(const struct i915_vma *vma) in i915_vma_is_active() function
Di915_vma.c1107 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()
Di915_debugfs.c248 if (i915_vma_is_active(vma)) in per_file_stats()
266 if (i915_vma_is_active(vma)) in per_file_stats()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
Di915_gem_shrinker.c378 if (!vma->iomap || i915_vma_is_active(vma)) in i915_gem_shrinker_vmap()