SYNOPSIS

int i915_cmd_parser_init_ring(struct intel_engine_cs * ring);

ARGUMENTS

ring

the ringbuffer to initialize

DESCRIPTION

Optionally initializes fields related to batch buffer command parsing in the struct intel_engine_cs based on whether the platform requires software command parsing.

RETURN

non-zero if initialization fails

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