Searched refs:MAX_ENGINE_CLASS (Results 1 – 3 of 3) sorted by relevance
273 BUILD_BUG_ON(MAX_ENGINE_CLASS >= BIT(GEN11_ENGINE_CLASS_WIDTH)); in intel_engine_setup()276 if (GEM_WARN_ON(info->class > MAX_ENGINE_CLASS)) in intel_engine_setup()1602 GEM_BUG_ON(class > MAX_ENGINE_CLASS); in intel_engine_lookup_user()
1632 struct intel_engine_cs *engine_class[MAX_ENGINE_CLASS + 1]
206 #define MAX_ENGINE_CLASS 4 macro