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