i915_needs_cmd_parser(9) 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

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

Lukas Wunner <[email protected]>

vga_switcheroo documentation

COPYRIGHT