Re: [RFC PATCH v2 12/18] media: tegra-video: Add support for selection ioctl ops

2020-07-03 Thread Sowjanya Komatineni
On 7/3/20 1:06 AM, Hans Verkuil wrote: On 02/07/2020 23:20, Sowjanya Komatineni wrote: On 7/2/20 6:54 AM, Hans Verkuil wrote: On 17/06/2020 03:41, Sowjanya Komatineni wrote: This patch adds selection v4l2 ioctl operations to allow configuring a selection rectangle in the sensor through the T

Re: [RFC PATCH v2 12/18] media: tegra-video: Add support for selection ioctl ops

2020-07-03 Thread Hans Verkuil
On 02/07/2020 23:20, Sowjanya Komatineni wrote: > > On 7/2/20 6:54 AM, Hans Verkuil wrote: >> On 17/06/2020 03:41, Sowjanya Komatineni wrote: >>> This patch adds selection v4l2 ioctl operations to allow configuring >>> a selection rectangle in the sensor through the Tegra video device >>> node. >>

Re: [RFC PATCH v2 12/18] media: tegra-video: Add support for selection ioctl ops

2020-07-02 Thread Sowjanya Komatineni
On 7/2/20 6:54 AM, Hans Verkuil wrote: On 17/06/2020 03:41, Sowjanya Komatineni wrote: This patch adds selection v4l2 ioctl operations to allow configuring a selection rectangle in the sensor through the Tegra video device node. Some sensor drivers supporting crop uses try_crop rectangle from

Re: [RFC PATCH v2 12/18] media: tegra-video: Add support for selection ioctl ops

2020-07-02 Thread Hans Verkuil
On 17/06/2020 03:41, Sowjanya Komatineni wrote: > This patch adds selection v4l2 ioctl operations to allow configuring > a selection rectangle in the sensor through the Tegra video device > node. > > Some sensor drivers supporting crop uses try_crop rectangle from > v4l2_subdev_pad_config during t

[RFC PATCH v2 12/18] media: tegra-video: Add support for selection ioctl ops

2020-06-16 Thread Sowjanya Komatineni
This patch adds selection v4l2 ioctl operations to allow configuring a selection rectangle in the sensor through the Tegra video device node. Some sensor drivers supporting crop uses try_crop rectangle from v4l2_subdev_pad_config during try format for computing binning. So with selection ops supp