You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
media: i2c: Use accessors for pad config 'try_*' fields
JIRA: https://issues.redhat.com/browse/RHEL-86821
Conflicts: Due to unspported drivers
drivers/media/i2c/ov2680.c
drivers/media/i2c/ov6650.c
commit fd17e3a
Author: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Date: Mon Oct 23 23:40:10 2023 +0200
The 'try_*' fields of the v4l2_subdev_pad_config structure are meant to
be accessed through helper functions. Replace direct access with usage
of the v4l2_subdev_get_pad_format(), v4l2_subdev_get_pad_crop() and
v4l2_subdev_get_pad_compose() helpers.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Kate Hsuan <hpa@redhat.com>
0 commit comments