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

/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_sw_fence.c16 #define I915_SW_FENCE_BUG_ON(expr) BUG_ON(expr) macro
18 #define I915_SW_FENCE_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) macro
260 I915_SW_FENCE_BUG_ON(!list_empty(&fence->wait.head));

Completed in 117 milliseconds