__drm_atomic_helper_plane_duplicate_state(9) copy atomic plane state

SYNOPSIS

void __drm_atomic_helper_plane_duplicate_state(struct drm_plane * plane, struct drm_plane_state * state);

ARGUMENTS

plane

plane object

state

atomic plane state

DESCRIPTION

Copies atomic state from a plane's current state. This is useful for drivers that subclass the plane 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