Lines Matching refs:planes
197 struct drm_plane **planes;
208 planes = sunxi_engine_layers_init(drm, engine);
209 if (IS_ERR(planes)) {
210 dev_err(drm->dev, "Couldn't create the planes\n");
214 /* find primary and cursor planes for drm_crtc_init_with_planes */
215 for (i = 0; planes[i]; i++) {
216 struct drm_plane *plane = planes[i];
246 /* Set possible_crtcs to this crtc for overlay planes */
247 for (i = 0; planes[i]; i++) {
249 struct drm_plane *plane = planes[i];