Home
last modified time | relevance | path

Searched refs:i915_vma_is_closed (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_vma.h108 static inline bool i915_vma_is_closed(const struct i915_vma *vma) in i915_vma_is_closed() function
H A 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()
H A Di915_debugfs.c253 if (i915_vma_is_closed(vma)) in per_file_stats()
271 if (i915_vma_is_closed(vma)) in per_file_stats()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_vma.h123 static inline bool i915_vma_is_closed(const struct i915_vma *vma) in i915_vma_is_closed() function
H A Di915_vma.c1493 if (unlikely(i915_vma_is_closed(vma))) { in i915_vma_pin_ww()
1675 GEM_BUG_ON(i915_vma_is_closed(vma)); in __vma_close()
1706 if (i915_vma_is_closed(vma)) in i915_vma_reopen()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c536 GEM_BUG_ON(i915_vma_is_closed(vma)); in eb_add_vma()

Completed in 13 milliseconds