On Thu, Jul 09, 2026 at 01:50:40PM +0200, Maxime Ripard wrote: [snip]
Sorry for the delay in reviewing this, it got lost in the holiday mist of emails. > > Signed-off-by: Maxime Ripard <[email protected]> Reviewed-by: Liviu Dudau <[email protected]> Best regards, Liviu > --- > Cc: [email protected] > --- > drivers/gpu/drm/arm/hdlcd_crtc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/arm/hdlcd_crtc.c > b/drivers/gpu/drm/arm/hdlcd_crtc.c > index 8565749a3e48..e026b9834547 100644 > --- a/drivers/gpu/drm/arm/hdlcd_crtc.c > +++ b/drivers/gpu/drm/arm/hdlcd_crtc.c > @@ -295,11 +295,11 @@ static const struct drm_plane_helper_funcs > hdlcd_plane_helper_funcs = { > }; > > static const struct drm_plane_funcs hdlcd_plane_funcs = { > .update_plane = drm_atomic_helper_update_plane, > .disable_plane = drm_atomic_helper_disable_plane, > - .reset = drm_atomic_helper_plane_reset, > + .atomic_create_state = drm_atomic_helper_plane_create_state, > .atomic_duplicate_state = drm_atomic_helper_plane_duplicate_state, > .atomic_destroy_state = drm_atomic_helper_plane_destroy_state, > }; > > static struct drm_plane *hdlcd_plane_init(struct drm_device *drm) > > -- > 2.54.0 > -- ==================== | I would like to | | fix the world, | | but they're not | | giving me the | \ source code! / --------------- ¯\_(ツ)_/¯
