Lines Matching defs:plane
23 static int tilcdc_plane_atomic_check(struct drm_plane *plane,
27 struct drm_plane_state *old_state = plane->state;
37 dev_err(plane->dev->dev, "%s: crtc position must be zero.",
44 /* we should have a crtc state if the plane is attached to a crtc */
50 dev_err(plane->dev->dev,
60 dev_err(plane->dev->dev,
66 dev_dbg(plane->dev->dev,
75 static void tilcdc_plane_atomic_update(struct drm_plane *plane,
78 struct drm_plane_state *state = plane->state;
99 struct drm_plane *plane)
104 ret = drm_plane_init(dev, plane, 1,
110 dev_err(dev->dev, "Failed to initialize plane: %d\n", ret);
114 drm_plane_helper_add(plane, &plane_helper_funcs);