Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Di915_vma.c45 if (i915_vma_is_active(vma)) in i915_vma_retire()
670 GEM_BUG_ON(i915_vma_is_active(vma)); in i915_vma_destroy()
693 if (!i915_vma_is_active(vma) && !i915_vma_is_pinned(vma)) in i915_vma_close()
816 GEM_BUG_ON(i915_vma_is_active(vma)); in i915_vma_unbind()
H A Di915_gem_evict.c340 (i915_vma_is_pinned(vma) || i915_vma_is_active(vma))) { in i915_gem_evict_for_node()
H A Di915_vma.h172 static inline bool i915_vma_is_active(const struct i915_vma *vma) in i915_vma_is_active() function
H A Di915_gem.c1597 if (i915_vma_is_active(vma)) in i915_gem_object_bump_inactive_ggtt()
4446 if (i915_vma_is_pinned(vma) || i915_vma_is_active(vma)) in i915_gem_object_ggtt_pin()
4860 GEM_BUG_ON(i915_vma_is_active(vma)); in __i915_gem_free_objects()
H A Di915_gem_execbuffer.c1869 if (!i915_vma_is_active(vma)) in i915_vma_move_to_active()