]> git.baikalelectronics.ru Git - kernel.git/commit
media: rkisp1: Support the ISP parallel input
authorPaul Elder <paul.elder@ideasonboard.com>
Tue, 14 Jun 2022 19:11:16 +0000 (20:11 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sun, 17 Jul 2022 11:33:05 +0000 (12:33 +0100)
commited409eb45b3ed54dc93c2bb6e3bbde5e8c14bf4b
tree2928c8d09b228c76b11e6a1a0574e901d8340f2e
parent8a97d06defc2182f3b29aa48b4ccc3966066fdd2
media: rkisp1: Support the ISP parallel input

The ISP has a parallel input, exposed through port 1 in the device tree
node. While the driver supports configuring the ISP for the parallel and
BT.656 input modes, the DT parsing code, the subdev bound handler and
the ISP stream start handler only support the CSI input. Extend them to
support the parallel input.

Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Dafna Hirschfeld <dafna@fastmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/platform/rockchip/rkisp1/rkisp1-common.h
drivers/media/platform/rockchip/rkisp1/rkisp1-dev.c
drivers/media/platform/rockchip/rkisp1/rkisp1-isp.c