Re: [PATCH 12/25] drm/exynos: mixer: use crtc->state->adjusted_mode instead of crtc->mode

2015-11-13 Thread Gustavo Padovan
Hi Marek, 2015-11-10 Marek Szyprowski : > This patch replaces usage of crtc->mode with crtc->state->adjusted_mode > like it is already done in common plane code. > > Signed-off-by: Marek Szyprowski > --- >

[PATCH 12/25] drm/exynos: mixer: use crtc->state->adjusted_mode instead of crtc->mode

2015-11-10 Thread Marek Szyprowski
This patch replaces usage of crtc->mode with crtc->state->adjusted_mode like it is already done in common plane code. Signed-off-by: Marek Szyprowski --- drivers/gpu/drm/exynos/exynos_mixer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git