drm/exynos/mixer: abstract out output mode setup code
authorAndrzej Hajda <a.hajda@samsung.com>
Fri, 29 Sep 2017 10:05:32 +0000 (12:05 +0200)
committerInki Dae <inki.dae@samsung.com>
Thu, 26 Oct 2017 00:06:32 +0000 (09:06 +0900)
commit521d98a36fd0d5fe8df46fd2c3da9503e1262513
treec67b30330245b4ca331e57723764cbee170c2784
parent62884cd386b876638720ef88374b31a84ca7ee5f
drm/exynos/mixer: abstract out output mode setup code

Mode setup code is called from video plane update and mixer plane update.
Let's group it together in mixer_commit function like in case of other
Exynos CRTCs.

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_mixer.c