SYNOPSIS

bool i915_needs_cmd_parser(struct intel_engine_cs * ring);

ARGUMENTS

ring

the ring in question

DESCRIPTION

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

RETURN

true if the ring requires software command parsing

AUTHORS

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

COPYRIGHT