linux-stable/drivers/video/mmp
Jing Xiang 24586d8342 video: mmp: add pitch info in mmp_win structure
Add pitch length info of graphics/video layer, pitch is used
to represent line length in byte, the usage depends on pix_fmt.
If the fmt is YUV, the pitch[0] will be Y length,pitch[1]
will be U length, pitch[2] will be V lenth.
If the fmt is RGB, the picth[0] will be line lenth, and
pitch[1]/pitch[2] will be 0 and not be used.

Signed-off-by: Jing Xiang <jxiang@marvell.com>
Signed-off-by: Jett.Zhou <jtzhou@marvell.com>
Signed-off-by: Zhou Zhu <zzhu3@marvell.com>
Reviewed-by: Daniel Drake <dsd@laptop.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2013-09-20 12:52:33 +03:00
..
fb video: mmp: add pitch info in mmp_win structure 2013-09-20 12:52:33 +03:00
hw video: mmp: add pitch info in mmp_win structure 2013-09-20 12:52:33 +03:00
panel video: mmp: add tpo hvga panel supported 2013-02-21 17:22:17 -08:00
core.c drivers/video/mmp/core.c: fix use-after-free bug 2013-04-17 16:10:44 -07:00
Kconfig video: mmp: add tpo hvga panel supported 2013-02-21 17:22:17 -08:00
Makefile video: mmp: add tpo hvga panel supported 2013-02-21 17:22:17 -08:00