mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-16 17:57:38 -04:00
media: renesas: vsp1: Drop deprecated vsp1_du_setup_lif() function
The vsp1_du_setup_lif() is deprecated and its last users are gone. Drop it. Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Link: https://patch.msgid.link/20260511235637.3468558-12-laurent.pinchart+renesas@ideasonboard.com Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
committed by
Hans Verkuil
parent
20b317d486
commit
bb16e2895a
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user