Hi Maxime, Thanks for the patch.
> -----Original Message----- > From: Maxime Ripard <[email protected]> > Sent: 30 May 2026 15:00 > Subject: [PATCH 61/76] drm/renesas: rz-du: mipi_dsi: Switch to > atomic_create_state > > The drm_bridge_funcs.atomic_reset callback and its > drm_atomic_helper_bridge_reset() helper are deprecated. > > Switch to the atomic_create_state callback and its > drm_atomic_helper_bridge_create_state() counterpart. > > Signed-off-by: Maxime Ripard <[email protected]> Reviewed-by: Biju Das <[email protected]> Cheers, Biju > > --- > To: Biju Das <[email protected]> > Cc: [email protected] > Cc: [email protected] > --- > drivers/gpu/drm/renesas/rz-du/rzg2l_mipi_dsi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/renesas/rz-du/rzg2l_mipi_dsi.c > b/drivers/gpu/drm/renesas/rz- > du/rzg2l_mipi_dsi.c > index a2c864860075..0590ade96b91 100644 > --- a/drivers/gpu/drm/renesas/rz-du/rzg2l_mipi_dsi.c > +++ b/drivers/gpu/drm/renesas/rz-du/rzg2l_mipi_dsi.c > @@ -1107,11 +1107,11 @@ rzg2l_mipi_dsi_bridge_mode_valid(struct drm_bridge > *bridge, > > static const struct drm_bridge_funcs rzg2l_mipi_dsi_bridge_ops = { > .attach = rzg2l_mipi_dsi_attach, > .atomic_duplicate_state = drm_atomic_helper_bridge_duplicate_state, > .atomic_destroy_state = drm_atomic_helper_bridge_destroy_state, > - .atomic_reset = drm_atomic_helper_bridge_reset, > + .atomic_create_state = drm_atomic_helper_bridge_create_state, > .atomic_pre_enable = rzg2l_mipi_dsi_atomic_pre_enable, > .atomic_enable = rzg2l_mipi_dsi_atomic_enable, > .atomic_disable = rzg2l_mipi_dsi_atomic_disable, > .atomic_post_disable = rzg2l_mipi_dsi_atomic_post_disable, > .mode_valid = rzg2l_mipi_dsi_bridge_mode_valid, > > -- > 2.54.0
