]> git.baikalelectronics.ru Git - kernel.git/commit
media: rkisp1: isp: Pass mbus type and flags to rkisp1_config_cif()
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 14 Jun 2022 19:10:58 +0000 (20:10 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sun, 17 Jul 2022 11:14:08 +0000 (12:14 +0100)
commit9b59af5e5802a8f3f871e8718a5c984f651b883b
treef6b3771bbc8c0d47ac52747c5d9cc56c9cfe8cb9
parent8e57c26beedc52b6e3110bdbd6dde65d64746d1e
media: rkisp1: isp: Pass mbus type and flags to rkisp1_config_cif()

To prepare for the removal of the active_sensor field from the
rkisp1_device structure, pass the media bus type of flag to the
rkisp1_config_cif() function instead of accessing them through
active_sensor.

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-isp.c