mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 05:04:02 +02:00
media: nxp: imx8-isi: crossbar: Add get_frame_desc operation
Implement the get_frame_desc pad operation for the crossbar subdev using the v4l2_subdev_get_frame_desc_passthrough() helper. This allows the crossbar to properly propagate frame descriptors from its sink pads to its source pads, which is necessary for proper stream configuration in multiplexed streams scenarios. Signed-off-by: Guoniu.zhou <guoniu.zhou@nxp.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Link: https://patch.msgid.link/20260521-isi_vc-v5-1-a38eb4fcd58e@oss.nxp.com Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
parent
34fd8a99bd
commit
1541ecb919
|
|
@ -404,6 +404,7 @@ static const struct v4l2_subdev_pad_ops mxc_isi_crossbar_subdev_pad_ops = {
|
|||
.enum_mbus_code = mxc_isi_crossbar_enum_mbus_code,
|
||||
.get_fmt = v4l2_subdev_get_fmt,
|
||||
.set_fmt = mxc_isi_crossbar_set_fmt,
|
||||
.get_frame_desc = v4l2_subdev_get_frame_desc_passthrough,
|
||||
.set_routing = mxc_isi_crossbar_set_routing,
|
||||
.enable_streams = mxc_isi_crossbar_enable_streams,
|
||||
.disable_streams = mxc_isi_crossbar_disable_streams,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user