Should a given ring use software command parsing?
bool i915_needs_cmd_parser(struct intel_engine_cs * ring);
ring
the ring in question
Only certain platforms require software batch buffer command parsing, and only when enabled via module paramter.
true if the ring requires software command parsing
Jesse Barnes <[email protected]>
Intel Corporation,
Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
Contributions all over the place