Re: [PATCH 08/60] drm/bridge: Extend bridge API to disable connector creation

2019-08-14 Thread Daniel Vetter
On Wed, Aug 14, 2019 at 12:55:29PM +0300, Laurent Pinchart wrote: > On Wed, Aug 14, 2019 at 10:18:40AM +0200, Daniel Vetter wrote: > > On Thu, Aug 08, 2019 at 07:36:49PM +0200, Andrzej Hajda wrote: > > > On 08.08.2019 16:25, Laurent Pinchart wrote: > > > > On Wed, Jul 17, 2019 at 08:39:47AM +0200,

Re: [PATCH 08/60] drm/bridge: Extend bridge API to disable connector creation

2019-08-14 Thread Laurent Pinchart
On Wed, Aug 14, 2019 at 10:18:40AM +0200, Daniel Vetter wrote: > On Thu, Aug 08, 2019 at 07:36:49PM +0200, Andrzej Hajda wrote: > > On 08.08.2019 16:25, Laurent Pinchart wrote: > > > On Wed, Jul 17, 2019 at 08:39:47AM +0200, Andrzej Hajda wrote: > > >> On 07.07.2019 20:18, Laurent Pinchart wrote:

Re: [PATCH 08/60] drm/bridge: Extend bridge API to disable connector creation

2019-08-14 Thread Daniel Vetter
On Thu, Aug 08, 2019 at 07:36:49PM +0200, Andrzej Hajda wrote: > On 08.08.2019 16:25, Laurent Pinchart wrote: > > Hi Andrzej, > > > > On Wed, Jul 17, 2019 at 08:39:47AM +0200, Andrzej Hajda wrote: > >> On 07.07.2019 20:18, Laurent Pinchart wrote: > >>> Most bridge drivers create a DRM connector to

Re: [PATCH 08/60] drm/bridge: Extend bridge API to disable connector creation

2019-08-08 Thread Laurent Pinchart
Hi Andrzej, On Thu, Aug 08, 2019 at 07:36:49PM +0200, Andrzej Hajda wrote: > On 08.08.2019 16:25, Laurent Pinchart wrote: > > On Wed, Jul 17, 2019 at 08:39:47AM +0200, Andrzej Hajda wrote: > >> On 07.07.2019 20:18, Laurent Pinchart wrote: > >>> Most bridge drivers create a DRM connector to model

Re: [PATCH 08/60] drm/bridge: Extend bridge API to disable connector creation

2019-08-08 Thread Andrzej Hajda
On 08.08.2019 16:25, Laurent Pinchart wrote: > Hi Andrzej, > > On Wed, Jul 17, 2019 at 08:39:47AM +0200, Andrzej Hajda wrote: >> On 07.07.2019 20:18, Laurent Pinchart wrote: >>> Most bridge drivers create a DRM connector to model the connector at the >>> output of the bridge. This model is

Re: [PATCH 08/60] drm/bridge: Extend bridge API to disable connector creation

2019-08-08 Thread Laurent Pinchart
Hi Andrzej, On Wed, Jul 17, 2019 at 08:39:47AM +0200, Andrzej Hajda wrote: > On 07.07.2019 20:18, 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

Re: [PATCH 08/60] drm/bridge: Extend bridge API to disable connector creation

2019-07-17 Thread Andrzej Hajda
On 07.07.2019 20:18, 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 display pipelines where

[PATCH 08/60] drm/bridge: Extend bridge API to disable connector creation

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