]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos/mixer: replace direct cross-driver call with drm mode validation
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 26 Oct 2015 12:03:40 +0000 (13:03 +0100)
committerInki Dae <inki.dae@samsung.com>
Tue, 3 Nov 2015 02:46:38 +0000 (11:46 +0900)
commita75962591c97b281345cae20ebf307d724b04593
treeb693e99a5fe2ff00afc38ff3bb29daeccd7cf09d
parent64f4a5f710032ae82f61fbc150a563f7565e4a95
drm/exynos/mixer: replace direct cross-driver call with drm mode validation

HDMI driver called directly function from MIXER driver to invalidate modes
not supported by MIXER. The patch replaces the hack with proper .atomic_check
callback.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_hdmi.c
drivers/gpu/drm/exynos/exynos_mixer.c
drivers/gpu/drm/exynos/exynos_mixer.h [deleted file]