Lines Matching defs:plane
230 static int hdlcd_plane_atomic_check(struct drm_plane *plane,
234 plane);
248 /* we cannot disable the plane while the CRTC is active */
261 static void hdlcd_plane_atomic_update(struct drm_plane *plane,
265 plane);
277 hdlcd = drm_to_hdlcd_priv(plane->dev);
300 struct drm_plane *plane = NULL;
306 plane = drmm_universal_plane_alloc(drm, struct drm_plane, dev, 0xff,
310 if (IS_ERR(plane))
311 return plane;
313 drm_plane_helper_add(plane, &hdlcd_plane_helper_funcs);
314 hdlcd->plane = plane;
316 return plane;