Searched defs:I915_SW_FENCE_BUG_ON (Results 1 – 1 of 1) sorted by relevance
16 #define I915_SW_FENCE_BUG_ON(expr) BUG_ON(expr) macro18 #define I915_SW_FENCE_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) macro