On Sat, 30 May 2026 at 15:03, Maxime Ripard <[email protected]> wrote:
>
> 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: Dave Stevenson <[email protected]>

> ---
> To: Maxime Ripard <[email protected]>
> To: Dave Stevenson <[email protected]>
> Cc: "Maíra Canal" <[email protected]>
> Cc: Raspberry Pi Kernel Maintenance <[email protected]>
> ---
>  drivers/gpu/drm/vc4/vc4_dsi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/vc4/vc4_dsi.c b/drivers/gpu/drm/vc4/vc4_dsi.c
> index fc76018b044c..0148f2befed1 100644
> --- a/drivers/gpu/drm/vc4/vc4_dsi.c
> +++ b/drivers/gpu/drm/vc4/vc4_dsi.c
> @@ -1409,11 +1409,11 @@ static const struct mipi_dsi_host_ops 
> vc4_dsi_host_ops = {
>  };
>
>  static const struct drm_bridge_funcs vc4_dsi_bridge_funcs = {
>         .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 = vc4_dsi_bridge_pre_enable,
>         .atomic_enable = vc4_dsi_bridge_enable,
>         .atomic_disable = vc4_dsi_bridge_disable,
>         .atomic_post_disable = vc4_dsi_bridge_post_disable,
>         .attach = vc4_dsi_bridge_attach,
>
> --
> 2.54.0
>

Reply via email to