Re: [PATCH 1/2] drm/imx: imx-ldb: disable LDB on driver bind

2018-04-16 Thread Philipp Zabel
On Wed, 2018-04-11 at 17:31 +0200, Lucas Stach wrote: > The LVDS signal integrity is only guaranteed when the correct enable > sequence (first IPU DI, then LDB) is used. If the LDB display output was > active before the imx-drm driver is loaded (like when a bootsplash was > active) the DI will be

Re: [PATCH 1/2] drm/imx: imx-ldb: disable LDB on driver bind

2018-04-12 Thread Philipp Zabel
Hi Lucas, On Wed, 2018-04-11 at 17:31 +0200, Lucas Stach wrote: > The LVDS signal integrity is only guaranteed when the correct enable > sequence (first IPU DI, then LDB) is used. If the LDB display output was > active before the imx-drm driver is loaded (like when a bootsplash was > active) the

[PATCH 1/2] drm/imx: imx-ldb: disable LDB on driver bind

2018-04-11 Thread Lucas Stach
The LVDS signal integrity is only guaranteed when the correct enable sequence (first IPU DI, then LDB) is used. If the LDB display output was active before the imx-drm driver is loaded (like when a bootsplash was active) the DI will be disabled by the full IPU reset we do when loading the driver.