drm_plane_index(9) find the index of a registered plane

SYNOPSIS

unsigned int drm_plane_index(struct drm_plane * plane);

ARGUMENTS

plane

plane to find index for

DESCRIPTION

Given a registered plane, return the index of that CRTC within a DRM device's list of planes.

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