Searched refs:drm_plane_from_index (Results 1 – 3 of 3) sorted by relevance
887 struct drm_plane * drm_plane_from_index(struct drm_device *dev, int idx);
575 drm_plane_from_index(struct drm_device *dev, int idx) in drm_plane_from_index() function585 EXPORT_SYMBOL(drm_plane_from_index);
575 plane = drm_plane_from_index(&dev_priv->drm, i); in intel_atomic_setup_scalers()