drm_atomic_plane_check(9) check plane state

SYNOPSIS

int drm_atomic_plane_check(struct drm_plane * plane, struct drm_plane_state * state);

ARGUMENTS

plane

plane to check

state

plane state to check

DESCRIPTION

Provides core sanity checks for plane state.

RETURNS

Zero on success, error code 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