Hi Laurent,

Nice series!

On 2026-05-12 02:56:35 +0300, Laurent Pinchart wrote:
> The vsp1_du_setup_lif() is deprecated and its last users are gone. Drop
> it.
> 
> Signed-off-by: Laurent Pinchart <[email protected]>

Reviewed-by: Niklas Söderlund <[email protected]>

> ---
>  include/media/vsp1.h | 9 ---------
>  1 file changed, 9 deletions(-)
> 
> diff --git a/include/media/vsp1.h b/include/media/vsp1.h
> index d2085cdb7fcb..98089e0a4385 100644
> --- a/include/media/vsp1.h
> +++ b/include/media/vsp1.h
> @@ -48,15 +48,6 @@ int vsp1_du_enable(struct device *dev, unsigned int 
> pipe_index,
>                  const struct vsp1_du_lif_config *cfg);
>  int vsp1_du_disable(struct device *dev, unsigned int pipe_index);
>  
> -static inline int vsp1_du_setup_lif(struct device *dev, unsigned int 
> pipe_index,
> -                                 const struct vsp1_du_lif_config *cfg)
> -{
> -     if (cfg)
> -             return vsp1_du_enable(dev, pipe_index, cfg);
> -     else
> -             return vsp1_du_disable(dev, pipe_index);
> -}
> -
>  /**
>   * struct vsp1_du_atomic_config - VSP atomic configuration parameters
>   * @pixelformat: plane pixel format (V4L2 4CC)
> -- 
> Regards,
> 
> Laurent Pinchart
> 
> 

-- 
Kind Regards,
Niklas Söderlund

Reply via email to