Re: [PATCH v2] drm: rcar_lvds: Fix dual link mode operations

2019-08-05 Thread Laurent Pinchart
Hi Jacopo, Thank you for the patch. On Mon, Aug 05, 2019 at 06:18:37PM +0200, Jacopo Mondi wrote: > The R-Car LVDS encoder units support dual-link operations by splitting > the pixel output between the primary encoder and the companion one. s/companion one/companion encoder/ > Currently the com

[PATCH v2] drm: rcar_lvds: Fix dual link mode operations

2019-08-05 Thread Jacopo Mondi
The R-Car LVDS encoder units support dual-link operations by splitting the pixel output between the primary encoder and the companion one. Currently the companion encoder fails at probe time, causing the registration of the primary to fail as well, preventing the whole DU unit from being registere