Searched refs:I915_VMA_CLOSED (Results 1 – 2 of 2) sorted by relevance
93 #define I915_VMA_CLOSED BIT(10) macro182 return vma->flags & I915_VMA_CLOSED; in i915_vma_is_closed()
767 vma->flags |= I915_VMA_CLOSED; in i915_vma_close()788 if (vma->flags & I915_VMA_CLOSED) { in i915_vma_reopen()789 vma->flags &= ~I915_VMA_CLOSED; in i915_vma_reopen()