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

2019-08-05 Thread Jacopo Mondi
Hi Laurent, On Thu, Aug 01, 2019 at 06:11:29PM +0300, Laurent Pinchart wrote: > Hello Jacopo, > > Thank you for the patch. > > On Tue, Jul 23, 2019 at 06:57:00PM +0200, Jacopo Mondi wrote: > > The R-Car LVDS encoder units support dual-link operations by splitting > > the pixel output between the p

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

2019-08-01 Thread Laurent Pinchart
Hello Jacopo, Thank you for the patch. On Tue, Jul 23, 2019 at 06:57:00PM +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/the companion one/its companion/ > > In order fo

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

2019-07-24 Thread Jacopo Mondi
Hi Geert, On Wed, Jul 24, 2019 at 09:28:58AM +0200, Geert Uytterhoeven wrote: > Hi Jacopo, > > On Wed, Jul 24, 2019 at 3:38 AM 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.

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

2019-07-24 Thread Fabrizio Castro
Hi Jacopo, Thank you for your patch! > From: linux-renesas-soc-ow...@vger.kernel.org > On Behalf Of Jacopo Mondi > Sent: 23 July 2019 17:57 > Subject: [PATCH] drm: rcar_lvds: Fix dual link mode operations > > The R-Car LVDS encoder units support dual-link operations by splitting > the pixel ou

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

2019-07-24 Thread Geert Uytterhoeven
Hi Jacopo, On Wed, Jul 24, 2019 at 3:38 AM 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. > > In order for the primary encoder to succesfully control the companion's > operations th