Name

i915_cmd_parser_init_ring — set cmd parser related fields for a ringbuffer

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