Searched refs:I915_ENGINE_CLASS_TO_MASK (Results 1 – 2 of 2) sorted by relevance
169 group->engine_mask = I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_RENDER) | in create_group()170 I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_VIDEO) | in create_group()171 I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_COPY); in create_group()189 group->engine_mask |= I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_RENDER); in create_group()191 group->engine_mask |= I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_VIDEO); in create_group()193 group->engine_mask |= I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_COPY); in create_group()760 if ((command->engine_mask & I915_ENGINE_CLASS_TO_MASK(engine)) && in intel_spec_find_instruction()
46 #define I915_ENGINE_CLASS_TO_MASK(x) BITSET_BIT(x) macro