Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_vma.c78 GEM_BUG_ON(!i915_vma_is_active(vma)); in __i915_vma_retire()
821 GEM_BUG_ON(i915_vma_is_active(vma)); in i915_vma_destroy()
1008 GEM_BUG_ON(!i915_vma_is_active(vma)); in i915_vma_move_to_active()
1040 if (i915_vma_is_active(vma)) { in i915_vma_unbind()
1078 GEM_BUG_ON(i915_vma_is_active(vma)); in i915_vma_unbind()
Di915_gem_evict.c338 (i915_vma_is_pinned(vma) || i915_vma_is_active(vma))) { in i915_gem_evict_for_node()
Di915_vma.h143 static inline bool i915_vma_is_active(struct i915_vma *vma) in i915_vma_is_active() function
Di915_gem.c1693 if (i915_vma_is_active(vma)) in i915_gem_object_bump_inactive_ggtt()
4457 if (i915_vma_is_pinned(vma) || i915_vma_is_active(vma)) in i915_gem_object_ggtt_pin()
4851 GEM_BUG_ON(i915_vma_is_active(vma)); in __i915_gem_free_objects()
Di915_debugfs.c335 if (i915_vma_is_active(vma)) in per_file_stats()