Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_vma.c937 if (unlikely(i915_vma_is_closed(vma))) { in i915_vma_pin_ww()
1060 GEM_BUG_ON(i915_vma_is_closed(vma)); in __vma_close()
1092 if (i915_vma_is_closed(vma)) in i915_vma_reopen()
Di915_vma.h108 static inline bool i915_vma_is_closed(const struct i915_vma *vma) in i915_vma_is_closed() function
Di915_debugfs.c253 if (i915_vma_is_closed(vma)) in per_file_stats()
271 if (i915_vma_is_closed(vma)) in per_file_stats()
/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c536 GEM_BUG_ON(i915_vma_is_closed(vma)); in eb_add_vma()