Re: [PATCH v6 04/51] drm/bridge: Add connector-related bridge operations and data

2020-02-22 Thread Laurent Pinchart
Hi Sam, On Fri, Feb 21, 2020 at 06:18:30PM +0100, Sam Ravnborg wrote: > Hi Laurent. > > > Why ô why did I have to start the DRM/KMS documentation effort years > > ago, to see it biting me back now ? :-) > > Thats obviously because you and countless others are some were nice > people that like the

Re: [PATCH v6 04/51] drm/bridge: Add connector-related bridge operations and data

2020-02-21 Thread Sam Ravnborg
Hi Laurent. > Why ô why did I have to start the DRM/KMS documentation effort years > ago, to see it biting me back now ? :-) Thats obviously because you and countless others are some were nice people that like the nice cousy feeling when you know you are doing something to help others. It is no yo

Re: [PATCH v6 04/51] drm/bridge: Add connector-related bridge operations and data

2020-02-21 Thread Daniel Vetter
On Fri, Feb 21, 2020 at 04:23:24PM +0200, Laurent Pinchart wrote: > Hi Daniel, > > On Tue, Feb 18, 2020 at 07:44:19AM +0100, Daniel Vetter wrote: > > On Tue, Feb 18, 2020 at 2:21 AM Laurent Pinchart wrote: > > > On Mon, Feb 17, 2020 at 10:53:08AM +0100, Daniel Vetter wrote: > > >> On Sun, Feb 16,

Re: [PATCH v6 04/51] drm/bridge: Add connector-related bridge operations and data

2020-02-21 Thread Laurent Pinchart
Hi Daniel, On Tue, Feb 18, 2020 at 07:44:19AM +0100, Daniel Vetter wrote: > On Tue, Feb 18, 2020 at 2:21 AM Laurent Pinchart wrote: > > On Mon, Feb 17, 2020 at 10:53:08AM +0100, Daniel Vetter wrote: > >> On Sun, Feb 16, 2020 at 11:02:21PM +0200, Laurent Pinchart wrote: > >>> To support implementat

Re: [PATCH v6 04/51] drm/bridge: Add connector-related bridge operations and data

2020-02-17 Thread Daniel Vetter
On Tue, Feb 18, 2020 at 2:21 AM Laurent Pinchart wrote: > > Hi Daniel, > > On Mon, Feb 17, 2020 at 10:53:08AM +0100, Daniel Vetter wrote: > > On Sun, Feb 16, 2020 at 11:02:21PM +0200, Laurent Pinchart wrote: > > > To support implementation of DRM connectors on top of DRM bridges > > > instead of b

Re: [PATCH v6 04/51] drm/bridge: Add connector-related bridge operations and data

2020-02-17 Thread Laurent Pinchart
Hi Daniel, On Mon, Feb 17, 2020 at 10:53:08AM +0100, Daniel Vetter wrote: > On Sun, Feb 16, 2020 at 11:02:21PM +0200, Laurent Pinchart wrote: > > To support implementation of DRM connectors on top of DRM bridges > > instead of by bridges, the drm_bridge needs to expose new operations and > > data:

Re: [PATCH v6 04/51] drm/bridge: Add connector-related bridge operations and data

2020-02-17 Thread Daniel Vetter
On Sun, Feb 16, 2020 at 11:02:21PM +0200, Laurent Pinchart wrote: > To support implementation of DRM connectors on top of DRM bridges > instead of by bridges, the drm_bridge needs to expose new operations and > data: > > - Output detection, hot-plug notification, mode retrieval and EDID > retrie

[PATCH v6 04/51] drm/bridge: Add connector-related bridge operations and data

2020-02-16 Thread Laurent Pinchart
To support implementation of DRM connectors on top of DRM bridges instead of by bridges, the drm_bridge needs to expose new operations and data: - Output detection, hot-plug notification, mode retrieval and EDID retrieval operations - Bitmask of supported operations - Bridge output type - I2C ad