linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [V2 5/7] video: mmp: add pitch info in mmp_win structure
@ 2013-06-10 15:52 Jett.Zhou
  2013-06-21 17:15 ` Daniel Drake
  0 siblings, 1 reply; 6+ messages in thread
From: Jett.Zhou @ 2013-06-10 15:52 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread
[parent not found: <CACDDiy-Ri=iYNLWg6dd3BwayZx=4+Lb5WC=ZEgtNHpxiSca=nA@mail.gmail.com>]

end of thread, other threads:[~2013-06-25  3:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-10 15:52 [V2 5/7] video: mmp: add pitch info in mmp_win structure Jett.Zhou
2013-06-21 17:15 ` Daniel Drake
2013-06-24 10:34   ` jett zhou
2013-06-24 16:17     ` Daniel Drake
2013-06-25  3:10       ` jett zhou
     [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 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).