Re: [PATCH 02/10] drm/exynos/mixer: move mode commit to enable callback

2017-09-12 Thread Tobias Jakobi
Hello Andrzej, Andrzej Hajda wrote: > Mode commit should not be called for every plane separately. It is enough > to call it once in enable callback. The change requires also that > interlace check should be moved to mixer_commit. It should be done in > the same patch to avoid regression. "...als

[PATCH 02/10] drm/exynos/mixer: move mode commit to enable callback

2017-09-06 Thread Andrzej Hajda
Mode commit should not be called for every plane separately. It is enough to call it once in enable callback. The change requires also that interlace check should be moved to mixer_commit. It should be done in the same patch to avoid regression. Signed-off-by: Andrzej Hajda --- drivers/gpu/drm/e