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)
commit3ae24362e02df0aa27ed1dc9d85b720514c99d20
treeb693e99a5fe2ff00afc38ff3bb29daeccd7cf09d
parent5625b3418a5bf977e3561bb12229d4c3e96b44d8
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]