]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: mixer: use crtc->state->adjusted_mode instead of crtc->mode
authorMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 30 Nov 2015 13:53:23 +0000 (14:53 +0100)
committerInki Dae <daeinki@gmail.com>
Sun, 13 Dec 2015 13:22:56 +0000 (22:22 +0900)
commite1608fc1cccb9d8399b967074312b5eff1c03be5
tree53a667505af8d498aad146ee15c68f0421e157b9
parent426d9b84538e841bc302993ca5d67b47db9a0921
drm/exynos: mixer: use crtc->state->adjusted_mode instead of crtc->mode

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 <m.szyprowski@samsung.com>
Reviewed-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_mixer.c