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)
commit055972a0f55fa51128557d869f7027fb26d6c16d
treef6b3771bbc8c0d47ac52747c5d9cc56c9cfe8cb9
parentc4a1d392acfeaa30995ded1098b69c3f414a85fc
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