Set cmd parser related fields for a ringbuffer
int i915_cmd_parser_init_ring(struct intel_engine_cs * ring);
ring
the ringbuffer to initialize
Optionally initializes fields related to batch buffer command parsing in the struct intel_engine_cs based on whether the platform requires software command parsing.
non-zero if initialization fails
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