linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [V2 5/7] video: mmp: add pitch info in mmp_win structure
Date: Mon, 10 Jun 2013 13:43:02 +0000	[thread overview]
Message-ID: <20130610134302.GZ19468@game.jcrosoft.org> (raw)
In-Reply-To: <1370780950-21746-1-git-send-email-jtzhou@marvell.com>

On 20:29 Sun 09 Jun     , Jett.Zhou wrote:
> From: Jing Xiang <jxiang@marvell.com>
> 

this is impossible to follow

resend the patch series fully with a PATCH 0

as I just go back from vacation I'll not read this series until then

Best Regards,
J.

> 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 |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/include/video/mmp_disp.h b/include/video/mmp_disp.h
> index b9dd1fb..462e3bd 100644
> --- a/include/video/mmp_disp.h
> +++ b/include/video/mmp_disp.h
> @@ -91,6 +91,11 @@ 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
> +	 */
> +	u32	pitch[3];
>  };
>  
>  struct mmp_addr {
> -- 
> 1.7.0.4
> 

       reply	other threads:[~2013-06-10 13:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CACDDiy-Ri=iYNLWg6dd3BwayZx=4+Lb5WC=ZEgtNHpxiSca=nA@mail.gmail.com>
     [not found] ` <1370780950-21746-1-git-send-email-jtzhou@marvell.com>
2013-06-10 13:43   ` Jean-Christophe PLAGNIOL-VILLARD [this message]
     [not found] <1370879574-11397-1-git-send-email-jtzhou@marvell.com>
2013-06-21 17:15 ` [V2 5/7] video: mmp: add pitch info in mmp_win structure Daniel Drake
2013-06-24 10:34   ` jett zhou
2013-06-24 16:17     ` Daniel Drake
2013-06-25  3:10       ` jett zhou

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=20130610134302.GZ19468@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).