Searched refs:I915_VMA_ERROR_BIT (Results 1 – 2 of 2) sorted by relevance
250 #define I915_VMA_ERROR_BIT 12 macro251 #define I915_VMA_ERROR ((int)BIT(I915_VMA_ERROR_BIT))
684 if (test_bit(I915_VMA_ERROR_BIT, __i915_vma_flags(vma))) in i915_vma_misplaced()