Home
last modified time | relevance | path

Searched refs:CI_BUG_ON (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_memcpy.c31 #define CI_BUG_ON(expr) BUG_ON(expr) macro
33 #define CI_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) macro
142 CI_BUG_ON(!i915_has_memcpy_from_wc()); in i915_unaligned_memcpy_from_wc()