Name

i915_needs_cmd_parser — should a given ring use software command parsing?

Synopsis

bool i915_needs_cmd_parser (struct intel_engine_cs * engine);
 

Arguments

engine

-- undescribed --

Description

Only certain platforms require software batch buffer command parsing, and only when enabled via module parameter.

Return

true if the ring requires software command parsing