]> git.baikalelectronics.ru Git - 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)
commit4d4d3872f6812640618c9b00ba60f7f62e405abc
treebf35aaee795ddc453f6772d7e74eb8ea02b4773c
parent64ad66c6cbca73d70a4aca6c697a11998c54da17
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