mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 17:42:03 +02: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:
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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user