• R
    drm/exynos: hdmi: using drm_display_mode timings for exynos4 · 6b986edf
    Rahul Sharma 提交于
    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: NRahul Sharma <rahul.sharma@samsung.com>
    Signed-off-by: NInki Dae <inki.dae@samsung.com>
    6b986edf
exynos_mixer.c 32.8 KB