Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_vma.c549 GEM_BUG_ON(i915_vma_is_closed(vma)); in i915_vma_insert()
762 GEM_BUG_ON(i915_vma_is_closed(vma)); in i915_vma_close()
785 if (!i915_vma_is_closed(vma)) in __i915_vma_remove_closed()
Di915_vma.h209 static inline bool i915_vma_is_closed(const struct i915_vma *vma) in i915_vma_is_closed() function
Di915_debugfs.c262 if (i915_vma_is_closed(vma)) in per_file_stats()
280 if (i915_vma_is_closed(vma)) in per_file_stats()
/Linux-v5.4/drivers/gpu/drm/i915/gem/
Di915_gem_domain.c201 if (!i915_vma_is_closed(vma) && in i915_gem_object_set_cache_level()
Di915_gem_execbuffer.c497 GEM_BUG_ON(i915_vma_is_closed(vma)); in eb_add_vma()