Home
last modified time | relevance | path

Searched defs:I915_SW_FENCE_BUG_ON (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/i915/
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

Completed in 16 milliseconds