commit | 111e6055d4e0d35c6a4b6cd37d7bb00a88eaffb4 | [log] [tgz] |
---|---|---|
author | Andrzej Hajda <a.hajda@samsung.com> | Wed Aug 21 16:22:01 2013 +0200 |
committer | Inki Dae <inki.dae@samsung.com> | Thu Sep 05 13:43:44 2013 +0900 |
tree | c192757baffc958af3e2e10ca9375ae689a4a7bb | |
parent | 5cc4621a17b1e63738658a93b9a5667c876a22e4 [diff] |
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 <a.hajda@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>