Re: [PATCH 03/10] drm/exynos/mixer: move resolution configuration to single function

2017-09-12 Thread Tobias Jakobi
Hello Andrzej, Andrzej Hajda wrote: > Screen resolution configuration depends on HW version, let put it into > single function to make it consistent and simplify the code. "...let's put it into..." Reviewed-by: Tobias Jakobi > Signed-off-by: Andrzej Hajda > --- > drivers/gpu/drm/exynos/exyn

[PATCH 03/10] drm/exynos/mixer: move resolution configuration to single function

2017-09-06 Thread Andrzej Hajda
Screen resolution configuration depends on HW version, let put it into single function to make it consistent and simplify the code. Signed-off-by: Andrzej Hajda --- drivers/gpu/drm/exynos/exynos_mixer.c | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/driver