drm_atomic_helper_crtc_destroy_state(9) default state destroy hook

SYNOPSIS

void drm_atomic_helper_crtc_destroy_state(struct drm_crtc * crtc, struct drm_crtc_state * state);

ARGUMENTS

crtc

drm CRTC

state

CRTC state object to release

DESCRIPTION

Default CRTC state destroy hook for drivers which don't have their own subclassed CRTC state structure.

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