Find the index of a registered crtc
unsigned int drm_crtc_index(struct drm_crtc * crtc);
crtc
CRTC to find index for
Given a registered CRTC, return the index of that CRTC within a DRM device's list of CRTCs.
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