Searched defs:GEM_BUG_ON (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/xe/compat-i915-headers/
H A Di915_gem.h8 #define GEM_BUG_ON macro
/linux-master/drivers/gpu/drm/i915/
H A Di915_gem.h97 #define GEM_BUG_ON(condition) do { if (unlikely((condition))) { \ macro
112 #define GEM_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) macro

Completed in 98 milliseconds