drm/exynos/hdmi: remove redundant mode field
authorAndrzej Hajda <a.hajda@samsung.com>
Fri, 29 Sep 2017 10:05:37 +0000 (12:05 +0200)
committerInki Dae <inki.dae@samsung.com>
Thu, 26 Oct 2017 00:06:33 +0000 (09:06 +0900)
commit991ea04e2cf4a9705462ec2fe878e385feb48d73
treeeffa91bb1e6401ed1fb1cf0cbf0ed1526b8521c5
parent524c59f1b79885154c2424aac00ed66f6a6eac29
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