intel_lr_context_free(9) 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.

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

Lukas Wunner <[email protected]>

vga_switcheroo documentation

COPYRIGHT