Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/vc4/
Dvc4_crtc.c570 struct drm_plane *primary_plane, *cursor_plane; in vc4_crtc_bind() local
594 primary_plane = vc4_plane_init(drm, DRM_PLANE_TYPE_PRIMARY); in vc4_crtc_bind()
595 if (IS_ERR(primary_plane)) { in vc4_crtc_bind()
597 ret = PTR_ERR(primary_plane); in vc4_crtc_bind()
608 drm_crtc_init_with_planes(drm, crtc, primary_plane, cursor_plane, in vc4_crtc_bind()
611 primary_plane->crtc = crtc; in vc4_crtc_bind()
632 primary_plane->funcs->destroy(primary_plane); in vc4_crtc_bind()
/linux-4.4.14/drivers/gpu/drm/imx/
Dimx-drm.h28 struct imx_drm_crtc **new_crtc, struct drm_plane *primary_plane,
Dimx-drm-core.c343 struct imx_drm_crtc **new_crtc, struct drm_plane *primary_plane, in imx_drm_add_crtc() argument
382 drm_crtc_init_with_planes(drm, crtc, primary_plane, NULL, in imx_drm_add_crtc()