drm_crtc_index(9) find the index of a registered CRTC

SYNOPSIS

unsigned int drm_crtc_index(struct drm_crtc * crtc);

ARGUMENTS

crtc

CRTC to find index for

DESCRIPTION

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

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

Laurent Pinchart <[email protected]>
Ideas on board SPRL,         
        

Driver internals

COPYRIGHT