__drm_atomic_helper_connector_destroy_state(9) release connector state

SYNOPSIS

void __drm_atomic_helper_connector_destroy_state(struct drm_connector_state * state);

ARGUMENTS

state

connector state object to release

DESCRIPTION

Releases all resources stored in the connector state without actually freeing the memory of the connector state. This is useful for drivers that subclass the connector state.

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