Clean up cmd parser related fields
void i915_cmd_parser_fini_ring(struct intel_engine_cs * ring);
ring
the ringbuffer to clean up
Releases any resources related to command parsing that may have been initialized for the specified ring.
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