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)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 14 Feb 2019 05:56:03 +0000 (14:56 +0900)
commitcb29e2f7d49e1e051651d3759ed42bb789b23481
tree054e1906d00c8a1749648834f7c5289d6a580691
parent389981eb16b0e02e87963c6c5946b422f7c42400
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