Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/
Di915_vma.h108 static inline bool i915_vma_is_closed(const struct i915_vma *vma) in i915_vma_is_closed() function
Di915_vma.c934 if (unlikely(i915_vma_is_closed(vma))) { in i915_vma_pin_ww()
1057 GEM_BUG_ON(i915_vma_is_closed(vma)); in __vma_close()
1089 if (i915_vma_is_closed(vma)) in i915_vma_reopen()
Di915_debugfs.c253 if (i915_vma_is_closed(vma)) in per_file_stats()
271 if (i915_vma_is_closed(vma)) in per_file_stats()
/Linux-v5.10/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c537 GEM_BUG_ON(i915_vma_is_closed(vma)); in eb_add_vma()