intel_plane_duplicate_state(9) duplicate plane state

SYNOPSIS

struct drm_plane_state * intel_plane_duplicate_state(struct drm_plane * plane);

ARGUMENTS

plane

drm plane

DESCRIPTION

Allocates and returns a copy of the plane state (both common and Intel-specific) for the specified plane.

RETURNS

The newly allocated plane state, or NULL on failure.

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