drm/exynos/hdmi: remove redundant mode field
authorAndrzej Hajda <a.hajda@samsung.com>
Fri, 29 Sep 2017 10:05:37 +0000 (12:05 +0200)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 14 Feb 2019 05:56:05 +0000 (14:56 +0900)
commit17144a55ea3bd7889b16b308bb4cdf3bbbc659c1
tree64f0d81647f0829d9b92598c6dac999b3a3168f2
parente887fe50c0ac8b0c38b607e0be910b29b9d87a87
drm/exynos/hdmi: remove redundant mode field

Display mode is preserved in CRTC state, there is no need to keep local
copy of it. Moreover since HDMI should configure registers according to
requested mode, use it instead of adjusted_mode, which should contain
mode produced by CRTC - functionally it does not change anything, but
subsequent patches will make the difference.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Reviewed-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_hdmi.c