Lines Matching refs:plane
283 struct drm_plane *plane; in omap_modeset_create_crtc() local
286 plane = omap_plane_init(dev, id, DRM_PLANE_TYPE_PRIMARY); in omap_modeset_create_crtc()
287 if (IS_ERR(plane)) in omap_modeset_create_crtc()
288 return PTR_ERR(plane); in omap_modeset_create_crtc()
290 crtc = omap_crtc_init(dev, plane, channel, id); in omap_modeset_create_crtc()
296 priv->planes[id] = plane; in omap_modeset_create_crtc()
451 struct drm_plane *plane; in omap_modeset_init() local
453 plane = omap_plane_init(dev, id, DRM_PLANE_TYPE_OVERLAY); in omap_modeset_init()
454 if (IS_ERR(plane)) in omap_modeset_init()
455 return PTR_ERR(plane); in omap_modeset_init()
458 priv->planes[priv->num_planes++] = plane; in omap_modeset_init()