Re: [PATCH] media: i2c: tvp5150: Fix horizontal crop stop boundry

2020-08-03 Thread robin
Marco, On 2020-07-29 11:29, Marco Felsch wrote: Hi, On 20-06-25 13:05, Hans Verkuil wrote: On 17/09/2019 09:14, Robin van der Gracht wrote: > The value for AVID stop is relative to the width of the active video area, > not the maximum register value. Zero means equal and a negative value

Re: [PATCH] media: i2c: tvp5150: Fix horizontal crop stop boundry

2020-07-29 Thread Marco Felsch
Hi, On 20-06-25 13:05, Hans Verkuil wrote: > On 17/09/2019 09:14, Robin van der Gracht wrote: > > The value for AVID stop is relative to the width of the active video area, > > not the maximum register value. Zero means equal and a negative value means > > we're cropping on the right side. > >

Re: [PATCH] media: i2c: tvp5150: Fix horizontal crop stop boundry

2020-06-25 Thread Hans Verkuil
On 17/09/2019 09:14, Robin van der Gracht wrote: > The value for AVID stop is relative to the width of the active video area, > not the maximum register value. Zero means equal and a negative value means > we're cropping on the right side. While going through old unreviewed patches I came across

[PATCH] media: i2c: tvp5150: Fix horizontal crop stop boundry

2019-09-17 Thread Robin van der Gracht
The value for AVID stop is relative to the width of the active video area, not the maximum register value. Zero means equal and a negative value means we're cropping on the right side. Signed-off-by: Robin van der Gracht --- drivers/media/i2c/tvp5150.c | 4 ++-- 1 file changed, 2 insertions(+),