Hi Hayama-san, Thank you for the patch. On Thursday 22 January 2015 09:14:23 Takanari Hayama wrote: > According to the spec, the minimum input pixel size for BRU is 1px, > not 4px. > > Signed-off-by: Takanari Hayama <taki@xxxxxxxxxx> Acked-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > --- > drivers/media/platform/vsp1/vsp1_bru.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/media/platform/vsp1/vsp1_bru.c > b/drivers/media/platform/vsp1/vsp1_bru.c index b21f381..401e2b7 100644 > --- a/drivers/media/platform/vsp1/vsp1_bru.c > +++ b/drivers/media/platform/vsp1/vsp1_bru.c > @@ -20,7 +20,7 @@ > #include "vsp1_bru.h" > #include "vsp1_rwpf.h" > > -#define BRU_MIN_SIZE 4U > +#define BRU_MIN_SIZE 1U > #define BRU_MAX_SIZE 8190U > > /* ------------------------------------------------------------------------ -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html