All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Takanari Hayama <taki@igel.co.jp>
Cc: linux-media@vger.kernel.org, linux-sh@vger.kernel.org
Subject: Re: [PATCH] [media] v4l: vsp1: bru: Fix minimum input pixel size
Date: Thu, 22 Jan 2015 00:36:39 +0000	[thread overview]
Message-ID: <1786801.5JPtxNYoMj@avalon> (raw)
In-Reply-To: <1421885663-19565-1-git-send-email-taki@igel.co.jp>

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@igel.co.jp>

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  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


WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Takanari Hayama <taki@igel.co.jp>
Cc: linux-media@vger.kernel.org, linux-sh@vger.kernel.org
Subject: Re: [PATCH] [media] v4l: vsp1: bru: Fix minimum input pixel size
Date: Thu, 22 Jan 2015 02:36:39 +0200	[thread overview]
Message-ID: <1786801.5JPtxNYoMj@avalon> (raw)
In-Reply-To: <1421885663-19565-1-git-send-email-taki@igel.co.jp>

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@igel.co.jp>

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  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


  reply	other threads:[~2015-01-22  0:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2015-01-22  0:36   ` Laurent Pinchart

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1786801.5JPtxNYoMj@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=taki@igel.co.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.