Re: [PATCH 04/10] drm/exynos/mixer: fix mode validation code

2017-09-12 Thread Andrzej Hajda
On 12.09.2017 14:31, Tobias Jakobi wrote: > Hello Andrzej, > > > Andrzej Hajda wrote: >> Mode limitation checked in mixer driver affects only older HW. >> Mixer in Exynos542x has no such limitations. While at it patch changes >> validation callback to recently introduced mode_valid which is more >>

Re: [PATCH 04/10] drm/exynos/mixer: fix mode validation code

2017-09-12 Thread Tobias Jakobi
Hello Andrzej, Andrzej Hajda wrote: > Mode limitation checked in mixer driver affects only older HW. > Mixer in Exynos542x has no such limitations. While at it patch changes > validation callback to recently introduced mode_valid which is more > suitable for the check. Additionally little cleanup

[PATCH 04/10] drm/exynos/mixer: fix mode validation code

2017-09-06 Thread Andrzej Hajda
Mode limitation checked in mixer driver affects only older HW. Mixer in Exynos542x has no such limitations. While at it patch changes validation callback to recently introduced mode_valid which is more suitable for the check. Additionally little cleanup is performed. Signed-off-by: Andrzej Hajda