Name
intel_lr_context_free —
free the LRC specific bits of a context
Synopsis
void intel_lr_context_free ( | struct intel_context * ctx) ; |
Arguments
ctx
the LR context to free.
The real context freeing is done in i915_gem_context_free
this only
takes care of the bits that are LRC related
the per-engine backing
objects and the logical ringbuffer.