Home
last modified time | relevance | path

Searched refs:I915_VMA_CLOSED (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Di915_vma.h90 #define I915_VMA_CLOSED BIT(10) macro
148 return vma->flags & I915_VMA_CLOSED; in i915_vma_is_closed()
H A Di915_vma.c688 vma->flags |= I915_VMA_CLOSED; in i915_vma_close()