All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [media] v4l: vsp1: bru: Fix minimum input pixel size
@ 2015-01-22  0:14 ` Takanari Hayama
  0 siblings, 0 replies; 4+ messages in thread
From: Takanari Hayama @ 2015-01-22  0:14 UTC (permalink / raw)
  To: linux-media; +Cc: linux-sh

According to the spec, the minimum input pixel size for BRU is 1px,
not 4px.

Signed-off-by: Takanari Hayama <taki@igel.co.jp>
---
 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
 
 /* -----------------------------------------------------------------------------
-- 
1.8.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-01-22  0:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-22  0:14 [PATCH] [media] v4l: vsp1: bru: Fix minimum input pixel size Takanari Hayama
2015-01-22  0:14 ` Takanari Hayama
2015-01-22  0:36 ` Laurent Pinchart
2015-01-22  0:36   ` Laurent Pinchart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.