]> git.baikalelectronics.ru Git - kernel.git/commit
media: rkisp1: Move sensor .s_stream() call to ISP
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 14 Jun 2022 19:10:43 +0000 (20:10 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sun, 17 Jul 2022 11:02:27 +0000 (12:02 +0100)
commit1ecb804b61d094f22f56367c49efe850aae203c4
tree2f87e2c8c2fab10a96795f2ca3ecfaa96707264c
parentd6b828d60a3cf142157ef7379b196dd14347b26d
media: rkisp1: Move sensor .s_stream() call to ISP

Move the calls to the active sensor's .s_stream() operation to the ISP
subdev's .s_stream(). This groups all handling of the active sensor in
one place, preparing for a rework of that code.

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-capture.c
drivers/media/platform/rockchip/rkisp1/rkisp1-isp.c