Re: [PATCH v2 08/11] media: atomisp: support the Yoga Book OV2740 link
From: Sakari Ailus
Date: Fri Aug 28 2026 - 07:44:06 EST
Hi Maurizio,
On Thu, Aug 27, 2026 at 08:17:53PM +0200, Maurizio Casciano wrote:
> @@ -77,6 +80,9 @@ static struct gmin_cfg_var lenovo_ideapad_miix_310_vars[] = {
> static struct gmin_cfg_var lenovo_yogabook_x91_vars[] = {
> /* The vendor driver and sensor modes use two CSI data lanes. */
> { "OVTI2740:00", "CsiLanes", "2" },
> + /* Crop the vendor mode's 1932x1092 transport frame to 1920x1080. */
> + { "OVTI2740:00", "CsiPaddingWidth", "12" },
> + { "OVTI2740:00", "CsiPaddingHeight", "12" },
The cropping should be configured from the user space on the CSI-2 receiver
using VIDIOC_SUBDEV_S_SELECTION instead.
--
Regards,
Sakari Ailus