Name
drm_plane_from_index —
find the registered plane at an index
Synopsis
struct drm_plane * drm_plane_from_index ( | struct drm_device * dev, |
| int idx) ; |
Arguments
dev
DRM device
idx
index of registered plane to find for
Description
Given a plane index, return the registered plane from DRM device's
list of planes with matching index.