drm/exynos/hdmi: workaround to check invalid modes with attached drm bridge
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 7 Sep 2016 01:09:29 +0000 (10:09 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:52:47 +0000 (13:52 +0900)
commit1d713b4c0b3fd116a5d9d47af82d258cc077fd66
treebaa81014de47997b851ec13f0a79d91f9c4b8322
parent179cf39b47a65da068b0fadd655adb34617e8f08
drm/exynos/hdmi: workaround to check invalid modes with attached drm bridge

Currently, there is no way to check valid modes for bridge from
user and if the attached drm bridge, mhl adapter, does not support
a mode with fixup, then it is not possible to be set on exynos-hdmi.
So this patch adds workaround to check invalid modes with attached
drm bridge during mode_valid from exynos-hdmi.

Change-Id: I4dcd7edaa1261c1c3ed349c2dcddec226efcc6ec
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
drivers/gpu/drm/exynos/exynos_hdmi.c