Home
last modified time | relevance | path

Searched refs:imx_drm_add_crtc (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/imx/
Dimx-drm.h36 int imx_drm_add_crtc(struct drm_device *drm, struct drm_crtc *crtc,
Dimx-drm-core.c214 int imx_drm_add_crtc(struct drm_device *drm, struct drm_crtc *crtc, in imx_drm_add_crtc() function
253 EXPORT_SYMBOL_GPL(imx_drm_add_crtc);
Dipuv3-crtc.c343 ret = imx_drm_add_crtc(drm, &ipu_crtc->base, &ipu_crtc->imx_crtc, in ipu_crtc_init()