media: rkisp1: isp: Pass rkisp1_isp pointer to internal ISP functions
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 14 Jun 2022 19:11:02 +0000 (20:11 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sun, 17 Jul 2022 11:17:16 +0000 (12:17 +0100)
commitbba100df1730f6378b3a7ec821097960041bbd65
tree729b6e37bb41a632edd9561b26de7ed224429857
parentfd130bc6fecc2a771cfb5ed19cd74e6bc7759d8a
media: rkisp1: isp: Pass rkisp1_isp pointer to internal ISP functions

Replace the rkisp1_device pointer argument to the internal functions of
the ISP implementation with a rkisp1_isp object. This makes the code
flow more logical, as the functions operate on the ISP object.

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