Home
last modified time | relevance | path

Searched refs:drm_plane_from_index (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/include/drm/
Ddrm_plane.h877 struct drm_plane * drm_plane_from_index(struct drm_device *dev, int idx);
/Linux-v6.6/drivers/gpu/drm/
Ddrm_plane.c575 drm_plane_from_index(struct drm_device *dev, int idx) in drm_plane_from_index() function
585 EXPORT_SYMBOL(drm_plane_from_index);
/Linux-v6.6/drivers/gpu/drm/i915/display/
Dskl_scaler.c575 plane = drm_plane_from_index(&dev_priv->drm, i); in intel_atomic_setup_scalers()
/Linux-v6.6/drivers/gpu/drm/ingenic/
Dingenic-drm-drv.c1251 priv->ipu_plane = drm_plane_from_index(drm, 2); in ingenic_drm_bind()