From: Jing Xiang Date: Fri, 13 Sep 2013 06:59:49 +0000 (+0800) Subject: video: mmp: add pitch info in mmp_win structure X-Git-Tag: v3.13-rc1~93^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24586d8342ab27bc75e4560d71e98f3e5dc67d8e;p=pandora-kernel.git 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 Signed-off-by: Jett.Zhou Signed-off-by: Zhou Zhu Reviewed-by: Daniel Drake Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed