Searched refs:I915_VMA_ERROR_BIT (Results 1 – 2 of 2) sorted by relevance
244 #define I915_VMA_ERROR_BIT 13 macro245 #define I915_VMA_ERROR ((int)BIT(I915_VMA_ERROR_BIT))
538 if (test_bit(I915_VMA_ERROR_BIT, __i915_vma_flags(vma))) in i915_vma_misplaced()
Completed in 5 milliseconds