Searched refs:I915_VMA_ERROR_BIT (Results 1 – 2 of 2) sorted by relevance
252 #define I915_VMA_ERROR_BIT 12 macro253 #define I915_VMA_ERROR ((int)BIT(I915_VMA_ERROR_BIT))
660 if (test_bit(I915_VMA_ERROR_BIT, __i915_vma_flags(vma))) in i915_vma_misplaced()
Completed in 6 milliseconds