]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/exynos/mixer: move mode commit to enable callback
authorAndrzej Hajda <a.hajda@samsung.com>
Fri, 29 Sep 2017 10:05:33 +0000 (12:05 +0200)
committerInki Dae <inki.dae@samsung.com>
Thu, 26 Oct 2017 00:06:32 +0000 (09:06 +0900)
commit71469944dea0e7c5d9426171a7a5fb3609b9d15f
treebf35aaee795ddc453f6772d7e74eb8ea02b4773c
parent521d98a36fd0d5fe8df46fd2c3da9503e1262513
drm/exynos/mixer: move mode commit to enable callback

Mode commit should not be called for every plane separately. It is enough
to call it once in enable callback. The change also requires that
the interlace check is moved to mixer_commit. It should be done in
the same patch to avoid regression.

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