[PATCH 2/7] drm/exynos/mixer: replace direct cross-driver call with drm mode validation

2015-11-24 Thread Javier Martinez Canillas
Hello Andrzej, On Mon, Oct 26, 2015 at 9:03 AM, Andrzej Hajda wrote: > 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 > --- It seems this

[PATCH 2/7] drm/exynos/mixer: replace direct cross-driver call with drm mode validation

2015-10-26 Thread Andrzej Hajda
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 --- drivers/gpu/drm/exynos/exynos_hdmi.c | 5 - drivers/gpu/drm/exynos/exynos_mixer.c | 6 --