Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_gem_evict.c158 if (i915_vma_is_active(vma)) { in i915_gem_evict_something()
325 (i915_vma_is_pinned(vma) || i915_vma_is_active(vma))) { in i915_gem_evict_for_node()
Di915_vma.c830 GEM_BUG_ON(i915_vma_is_active(vma)); in i915_vma_destroy()
929 GEM_BUG_ON(!i915_vma_is_active(vma)); in i915_vma_move_to_active()
944 if (i915_vma_is_active(vma)) { in i915_vma_unbind()
964 GEM_BUG_ON(i915_vma_is_active(vma)); in i915_vma_unbind()
Di915_vma.h156 static inline bool i915_vma_is_active(const struct i915_vma *vma) in i915_vma_is_active() function
Di915_gem.c123 !i915_vma_is_active(vma)) in i915_gem_object_unbind()
1027 if (i915_vma_is_pinned(vma) || i915_vma_is_active(vma)) in i915_gem_object_pin()
Di915_debugfs.c257 if (i915_vma_is_active(vma)) in per_file_stats()
275 if (i915_vma_is_active(vma)) in per_file_stats()
/drivers/gpu/drm/i915/gem/
Di915_gem_object.c165 GEM_BUG_ON(i915_vma_is_active(vma)); in __i915_gem_free_objects()
Di915_gem_shrinker.c446 if (!vma->iomap || i915_vma_is_active(vma)) in i915_gem_shrinker_vmap()