Name
drm_crtc_index —
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.