drm/exynos: hdmi: using drm_display_mode timings for exynos4
authorRahul Sharma <rahul.sharma@samsung.com>
Wed, 6 Mar 2013 08:33:29 +0000 (17:33 +0900)
committerInki Dae <daeinki@gmail.com>
Tue, 16 Apr 2013 15:06:28 +0000 (00:06 +0900)
commit6b986edfbce195b4111f96a43221fc6d387277ba
treed812f57f753e8f5a4e2b3b633e0cff62d806756c
parent62c8ba7c58e4163f975c5f8b5a3dd5f306a2deda
drm/exynos: hdmi: using drm_display_mode timings for exynos4

Exynos5 is already using drm_display_mode for timings parameters. Exynos4
is also modifed to use the same. List of supported resolutions and
corresponding timings are removed which helps is enabling some extra
resolutions. It also cleans some of the duplicate code.

Exynos4 and Exynos5 Mixers, work fine for the same range of resolutions. Hence
same condition (to find the supported mode) is applied to both.

More exynos4 phy configs can be added later to extend the mode supprot.

Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_hdmi.c
drivers/gpu/drm/exynos/exynos_mixer.c