drm_atomic_helper_plane_reset(9) default ->reset hook for planes

SYNOPSIS

void drm_atomic_helper_plane_reset(struct drm_plane * plane);

ARGUMENTS

plane

drm plane

DESCRIPTION

Resets the atomic state for plane by freeing the state pointer (which might be NULL, e.g. at driver load time) and allocating a new empty state object.

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