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