]> git.baikalelectronics.ru Git - kernel.git/commit
drm/meson: Fix CVBS initialization when HDMI is configured by bootloader
authorNeil Armstrong <narmstrong@baylibre.com>
Mon, 2 Jan 2017 15:14:15 +0000 (16:14 +0100)
committerNeil Armstrong <narmstrong@baylibre.com>
Wed, 4 Jan 2017 11:09:25 +0000 (12:09 +0100)
commitcfb6c04055f4c1bb9c2910fe1e11dcdfd539be84
treef6693728492790193c38cf1e76e416b239ed2640
parent0076cd4267410bd07aa9ecac2104cbd3c7e3e293
drm/meson: Fix CVBS initialization when HDMI is configured by bootloader

When the HDMI output is configured by the bootloader, there is mismatch is the
pipeline configuration and the Vsync interrupt fails to trigger.

This commit disables the HDMI blocks in the probe phase.

Fixes: a4017a8e1b77 ("drm: Add support for Amlogic Meson Graphic Controller")
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/gpu/drm/meson/meson_venc.c