Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Di915_vma.c50 if (unlikely(i915_vma_is_closed(vma) && !i915_vma_is_pinned(vma))) in i915_vma_retire()
230 GEM_BUG_ON(!IS_ERR(vma) && i915_vma_is_closed(vma)); in i915_vma_instance()
671 GEM_BUG_ON(!i915_vma_is_closed(vma)); in i915_vma_destroy()
687 GEM_BUG_ON(i915_vma_is_closed(vma)); in i915_vma_close()
851 if (unlikely(i915_vma_is_closed(vma))) in i915_vma_unbind()
H A Di915_vma.h146 static inline bool i915_vma_is_closed(const struct i915_vma *vma) in i915_vma_is_closed() function
H A Di915_gem_execbuffer.c464 GEM_BUG_ON(i915_vma_is_closed(vma)); in eb_add_vma()
H A Di915_gem_gtt.c2218 if (!i915_vma_is_closed(vma)) in i915_ppgtt_close()