Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Di915_vma.h89 #define I915_VMA_CAN_FENCE BIT(9) macro
143 return vma->flags & I915_VMA_CAN_FENCE; in i915_vma_is_map_and_fenceable()
H A Di915_vma.c407 vma->flags |= I915_VMA_CAN_FENCE; in __i915_vma_set_map_and_fenceable()
409 vma->flags &= ~I915_VMA_CAN_FENCE; in __i915_vma_set_map_and_fenceable()
837 vma->flags &= ~I915_VMA_CAN_FENCE; in i915_vma_unbind()