Searched refs:__i915_vma_flags (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_vma.h72 #define __i915_vma_flags(v) ((unsigned long *)&(v)->flags.counter) macro
74 #define __i915_vma_flags(v) ((unsigned long *)&(v)->flags) macro
79 return test_bit(I915_VMA_GGTT_BIT, __i915_vma_flags(vma));
89 return test_bit(I915_VMA_GGTT_WRITE_BIT, __i915_vma_flags(vma));
95 set_bit(I915_VMA_GGTT_WRITE_BIT, __i915_vma_flags(vma));
101 __i915_vma_flags(vma));
108 return test_bit(I915_VMA_CAN_FENCE_BIT, __i915_vma_flags(vma));
114 return test_and_set_bit(I915_VMA_USERFAULT_BIT, __i915_vma_flags(vma));
119 return clear_bit(I915_VMA_USERFAULT_BIT, __i915_vma_flags(vma));
124 return test_bit(I915_VMA_USERFAULT_BIT, __i915_vma_flags(vm
[all...]
H A Di915_vma.c233 __set_bit(I915_VMA_GGTT_BIT, __i915_vma_flags(vma));
694 if (test_bit(I915_VMA_ERROR_BIT, __i915_vma_flags(vma)))
736 set_bit(I915_VMA_CAN_FENCE_BIT, __i915_vma_flags(vma));
738 clear_bit(I915_VMA_CAN_FENCE_BIT, __i915_vma_flags(vma));
2054 clear_bit(I915_VMA_CAN_FENCE_BIT, __i915_vma_flags(vma));
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dgen6_ppgtt.c354 clear_bit(I915_VMA_CAN_FENCE_BIT, __i915_vma_flags(ppgtt->vma));

Completed in 180 milliseconds