mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 03:10:30 -04:00
media: imx: imx-mipi-csis: Fix active format initialization on source pad
Commit5c0701a0e7("media: imx: csis: Store pads format separately") broke initialization of the active format on the source pad, as it forgot to update the .init_cfg() handler. Fix it. Fixes:5c0701a0e7("media: imx: csis: Store pads format separately") Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Rui Miguel Silva <rmfrfs@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
851b270bc4
commit
fe14b546d6
@@ -1014,14 +1014,6 @@ static int mipi_csis_init_cfg(struct v4l2_subdev *sd,
|
||||
V4L2_MAP_QUANTIZATION_DEFAULT(false, fmt_sink->colorspace,
|
||||
fmt_sink->ycbcr_enc);
|
||||
|
||||
/*
|
||||
* When called from mipi_csis_subdev_init() to initialize the active
|
||||
* configuration, cfg is NULL, which indicates there's no source pad
|
||||
* configuration to set.
|
||||
*/
|
||||
if (!sd_state)
|
||||
return 0;
|
||||
|
||||
fmt_source = mipi_csis_get_format(csis, sd_state, which,
|
||||
CSIS_PAD_SOURCE);
|
||||
*fmt_source = *fmt_sink;
|
||||
|
||||
Reference in New Issue
Block a user