From: Andrzej Hajda Date: Wed, 21 Aug 2013 14:22:01 +0000 (+0200) Subject: drm/exynos: fimd: replace struct fb_videomode with videomode X-Git-Tag: v3.12-rc1~136^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=111e6055d4e0d35c6a4b6cd37d7bb00a88eaffb4;p=pandora-kernel.git drm/exynos: fimd: replace struct fb_videomode with videomode The patch replaces all occurrences of struct fb_videomode by more accurate struct videomode. The change allows to remove mode conversion function and simplifies clock divider calculation. Clock configuration is moved to separate function. Signed-off-by: Andrzej Hajda Signed-off-by: Kyungmin Park Signed-off-by: Inki Dae --- Reading git-diff-tree failed