linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [V1 5/7] video: mmp: add pitch info in mmp_win structure
       [not found] <1370767486-11729-1-git-send-email-jtzhou@marvell.com>
@ 2013-06-09 12:03 ` Sergei Shtylyov
  0 siblings, 0 replies; only message in thread
From: Sergei Shtylyov @ 2013-06-09 12:03 UTC (permalink / raw)
  To: linux-arm-kernel

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-09 12:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1370767486-11729-1-git-send-email-jtzhou@marvell.com>
2013-06-09 12:03 ` [V1 5/7] video: mmp: add pitch info in mmp_win structure Sergei Shtylyov

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