Re: [PATCH 6/7] [media] vimc: sca: Add scaler subdevice

2015-08-14 Thread Hans Verkuil
On 08/06/2015 10:26 PM, Helen Fornazier wrote: Implement scaler and integrated with the core As per my suggestion in patch 2/7, you don't actually need (or want) to do image processing here. All you need to do is to tell the tpg how it should look like. That way you get scaling for free! Ditto

Re: [PATCH 6/7] [media] vimc: sca: Add scaler subdevice

2015-08-13 Thread Laurent Pinchart
Hi Helen, Thank you for the patch. On Thursday 06 August 2015 17:26:13 Helen Fornazier wrote: Implement scaler and integrated with the core Signed-off-by: Helen Fornazier helen.fornaz...@gmail.com --- drivers/media/platform/vimc/Makefile | 3 +-

[PATCH 6/7] [media] vimc: sca: Add scaler subdevice

2015-08-06 Thread Helen Fornazier
Implement scaler and integrated with the core Signed-off-by: Helen Fornazier helen.fornaz...@gmail.com --- drivers/media/platform/vimc/Makefile | 3 +- drivers/media/platform/vimc/vimc-core.c | 6 +- drivers/media/platform/vimc/vimc-scaler.c | 321 ++