From: Jiada Wang Date: Fri, 19 Dec 2014 02:00:20 +0000 (-0800) Subject: gpu: ipu-di: Add ipu_di_adjust_videomode() X-Git-Tag: fixes-v4.0-rc1~91^2~39^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6541d71082fdb91f862c92920c6530e4e0548d6f;p=pandora-kernel.git gpu: ipu-di: Add ipu_di_adjust_videomode() On some monitors, high resolution modes are not working, exhibiting pixel column truncation problems (for example, 1280x1024 displays as 1280x1022). The function ipu_di_adjust_videomode() aims to fix these issues by adjusting a passed videomode to IPU restrictions. The function can be called from the drm_crtc_helper_funcs->mode_fixup() methods. Signed-off-by: Jiada Wang Signed-off-by: Deepak Das Signed-off-by: Steve Longerbeam Signed-off-by: Philipp Zabel --- Reading git-diff-tree failed