All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [V1 5/7] video: mmp: add pitch info in mmp_win structure
Date: Sun, 09 Jun 2013 12:03:11 +0000	[thread overview]
Message-ID: <51B46EFF.7020001@cogentembedded.com> (raw)
In-Reply-To: <1370767486-11729-1-git-send-email-jtzhou@marvell.com>

Hello.

On 09-06-2013 12:44, Jett.Zhou wrote:

> From: Jing Xiang <jxiang@marvell.com>

> Add pitch length info of graphics/video layer for mmp_win, if it is
> YUV format of video layer, u/v pitch will non-zero.

> Signed-off-by: Jing Xiang <jxiang@marvell.com>
> Signed-off-by: Jett.Zhou <jtzhou@marvell.com>
> ---
>   include/video/mmp_disp.h |    3 +++
>   1 files changed, 3 insertions(+), 0 deletions(-)

> diff --git a/include/video/mmp_disp.h b/include/video/mmp_disp.h
> index b9dd1fb..5708d26 100644
> --- a/include/video/mmp_disp.h
> +++ b/include/video/mmp_disp.h
> @@ -91,6 +91,9 @@ struct mmp_win {
>   	u16	up_crop;
>   	u16	bottom_crop;
>   	int	pix_fmt;
> +	/* pitch[0]: graphics/video layer line length or y pitch
> +	 * pitch[1]/pitch[2]: video u/v pitch if non-zero */

    The preferred format for multi-line comments is this:

/*
  * bla
  * bla
  */

> +	u32	pitch[3];
>   };

WBR, Sergei



WARNING: multiple messages have this Message-ID (diff)
From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [V1 5/7] video: mmp: add pitch info in mmp_win structure
Date: Sun, 09 Jun 2013 16:03:11 +0400	[thread overview]
Message-ID: <51B46EFF.7020001@cogentembedded.com> (raw)
In-Reply-To: <1370767486-11729-1-git-send-email-jtzhou@marvell.com>

Hello.

On 09-06-2013 12:44, Jett.Zhou wrote:

> From: Jing Xiang <jxiang@marvell.com>

> Add pitch length info of graphics/video layer for mmp_win, if it is
> YUV format of video layer, u/v pitch will non-zero.

> Signed-off-by: Jing Xiang <jxiang@marvell.com>
> Signed-off-by: Jett.Zhou <jtzhou@marvell.com>
> ---
>   include/video/mmp_disp.h |    3 +++
>   1 files changed, 3 insertions(+), 0 deletions(-)

> diff --git a/include/video/mmp_disp.h b/include/video/mmp_disp.h
> index b9dd1fb..5708d26 100644
> --- a/include/video/mmp_disp.h
> +++ b/include/video/mmp_disp.h
> @@ -91,6 +91,9 @@ struct mmp_win {
>   	u16	up_crop;
>   	u16	bottom_crop;
>   	int	pix_fmt;
> +	/* pitch[0]: graphics/video layer line length or y pitch
> +	 * pitch[1]/pitch[2]: video u/v pitch if non-zero */

    The preferred format for multi-line comments is this:

/*
  * bla
  * bla
  */

> +	u32	pitch[3];
>   };

WBR, Sergei

  reply	other threads:[~2013-06-09 12:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-09  8:44 [V1 5/7] video: mmp: add pitch info in mmp_win structure Jett.Zhou
2013-06-09 12:03 ` Sergei Shtylyov [this message]
2013-06-09 12:03   ` Sergei Shtylyov

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=51B46EFF.7020001@cogentembedded.com \
    --to=sergei.shtylyov@cogentembedded.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.