Re: [PATCH v3 07/21] drm/bridge: Make the bridge chain a double-linked list

2019-11-24 Thread Laurent Pinchart
Hi Boris, Thank you for the patch. On Wed, Oct 23, 2019 at 05:44:58PM +0200, Boris Brezillon wrote: > So that each element in the chain can easily access its predecessor. > This will be needed to support bus format negotiation between elements > of the bridge chain. > > Signed-off-by: Boris

Re: [PATCH v3 07/21] drm/bridge: Make the bridge chain a double-linked list

2019-11-23 Thread Boris Brezillon
Hi Neil, Sorry for the late reply. On Tue, 5 Nov 2019 17:02:30 +0100 Neil Armstrong wrote: > Hi, > > > On 25/10/2019 15:29, Neil Armstrong wrote: > > On 23/10/2019 17:44, Boris Brezillon wrote: > >> So that each element in the chain can easily access its predecessor. > >> This will be

Re: [PATCH v3 07/21] drm/bridge: Make the bridge chain a double-linked list

2019-11-05 Thread Neil Armstrong
Hi, On 25/10/2019 15:29, Neil Armstrong wrote: > On 23/10/2019 17:44, Boris Brezillon wrote: >> So that each element in the chain can easily access its predecessor. >> This will be needed to support bus format negotiation between elements >> of the bridge chain. >> >> Signed-off-by: Boris

Re: [PATCH v3 07/21] drm/bridge: Make the bridge chain a double-linked list

2019-10-25 Thread Neil Armstrong
On 23/10/2019 17:44, Boris Brezillon wrote: > So that each element in the chain can easily access its predecessor. > This will be needed to support bus format negotiation between elements > of the bridge chain. > > Signed-off-by: Boris Brezillon > --- > Changes in v3: > * None > > Changes in

[PATCH v3 07/21] drm/bridge: Make the bridge chain a double-linked list

2019-10-23 Thread Boris Brezillon
So that each element in the chain can easily access its predecessor. This will be needed to support bus format negotiation between elements of the bridge chain. Signed-off-by: Boris Brezillon --- Changes in v3: * None Changes in v2: * Adjust things to the "dummy encoder bridge" change (patch 2