From: Tomi Valkeinen Date: Fri, 10 Apr 2015 09:48:34 +0000 (+0300) Subject: OMAPDSS: DISPC: fix row_inc for OMAP3 X-Git-Tag: omap-for-v4.2/fixes-rc1^2~148^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2aee319d95fcba3d29424aeaf6d39d4c2a7890a;p=pandora-kernel.git OMAPDSS: DISPC: fix row_inc for OMAP3 pixel_inc and row_inc work differently on OMAP2/3 and OMAP4+ DSS. On OMAP2/3 DSS, the pixel_inc is _not_ added by the HW at the end of the line, after the last pixel, whereas on OMAP4+ it is. The driver currently works for OMAP4+, but does not handle OMAP2/3 correctly, which leads to tilted image when row_inc is used. This patch adds a flag to DISPC driver so that the pixel_inc is added when required. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed