[PATCH 2/7] [media] vimc: sen: Integrate the tpg on the sensor

2015-08-06 Thread Helen Fornazier
Initialize the test pattern generator on the sensor Generate a colored bar image instead of a grey one Signed-off-by: Helen Fornazier --- drivers/media/platform/vimc/Kconfig | 1 + drivers/media/platform/vimc/vimc-sensor.c | 44 +-- 2 files changed, 43 insertio

Re: [PATCH 2/7] [media] vimc: sen: Integrate the tpg on the sensor

2015-09-07 Thread Helen Fornazier
Hi, thank you all for your review On Fri, Aug 14, 2015 at 9:15 AM, Hans Verkuil wrote: > On 08/06/2015 10:26 PM, Helen Fornazier wrote: >> Initialize the test pattern generator on the sensor >> Generate a colored bar image instead of a grey one > > You don't want to put the tpg in every sensor an

Re: [PATCH 2/7] [media] vimc: sen: Integrate the tpg on the sensor

2015-08-13 Thread Laurent Pinchart
Hi Helen, Thank you for the patch. On Thursday 06 August 2015 17:26:09 Helen Fornazier wrote: > Initialize the test pattern generator on the sensor > Generate a colored bar image instead of a grey one > > Signed-off-by: Helen Fornazier > --- > drivers/media/platform/vimc/Kconfig | 1 + >

Re: [PATCH 2/7] [media] vimc: sen: Integrate the tpg on the sensor

2015-08-14 Thread Hans Verkuil
On 08/06/2015 10:26 PM, Helen Fornazier wrote: > Initialize the test pattern generator on the sensor > Generate a colored bar image instead of a grey one You don't want to put the tpg in every sensor and have all the blocks in between process the video. This is all virtual, so all that is necessar

Re: [PATCH 2/7] [media] vimc: sen: Integrate the tpg on the sensor

2015-08-14 Thread Laurent Pinchart
Hi Hans, On Friday 14 August 2015 14:15:58 Hans Verkuil wrote: > On 08/06/2015 10:26 PM, Helen Fornazier wrote: > > Initialize the test pattern generator on the sensor > > Generate a colored bar image instead of a grey one > > You don't want to put the tpg in every sensor and have all the blocks