Re: [PATCH 25/60] drm: Add helper to create a connector for a chain of bridges

2019-08-19 Thread Laurent Pinchart
Hi Daniel, On Wed, Aug 14, 2019 at 05:01:31PM +0200, Daniel Vetter wrote: > On Thu, Aug 08, 2019 at 10:48:43PM +0300, Laurent Pinchart wrote: > > On Thu, Jul 18, 2019 at 07:01:03PM +0200, Daniel Vetter wrote: > >> On Sun, Jul 07, 2019 at 09:19:02PM +0300, Laurent Pinchart wrote: > >>> Most bridge

Re: [PATCH 25/60] drm: Add helper to create a connector for a chain of bridges

2019-08-14 Thread Daniel Vetter
Hi Laurent, On Thu, Aug 08, 2019 at 10:48:43PM +0300, Laurent Pinchart wrote: > Hi Daniel, > > On Thu, Jul 18, 2019 at 07:01:03PM +0200, Daniel Vetter wrote: > > On Sun, Jul 07, 2019 at 09:19:02PM +0300, Laurent Pinchart wrote: > > > Most bridge drivers create a DRM connector to model the

Re: [PATCH 25/60] drm: Add helper to create a connector for a chain of bridges

2019-08-08 Thread Laurent Pinchart
Hi Daniel, On Thu, Jul 18, 2019 at 07:01:03PM +0200, Daniel Vetter wrote: > On Sun, Jul 07, 2019 at 09:19:02PM +0300, Laurent Pinchart wrote: > > Most bridge drivers create a DRM connector to model the connector at the > > output of the bridge. This model is historical and has worked pretty > >

Re: [PATCH 25/60] drm: Add helper to create a connector for a chain of bridges

2019-07-18 Thread Daniel Vetter
On Sun, Jul 07, 2019 at 09:19:02PM +0300, Laurent Pinchart wrote: > Most bridge drivers create a DRM connector to model the connector at the > output of the bridge. This model is historical and has worked pretty > well so far, but causes several issues: > > - It prevents supporting more complex

[PATCH 25/60] drm: Add helper to create a connector for a chain of bridges

2019-07-07 Thread Laurent Pinchart
Most bridge drivers create a DRM connector to model the connector at the output of the bridge. This model is historical and has worked pretty well so far, but causes several issues: - It prevents supporting more complex display pipelines where DRM connector operations are split over multiple