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

2019-08-22 Thread Boris Brezillon
On Fri, 23 Aug 2019 03:34:06 +0300 Laurent Pinchart wrote: > Hi Boris, > > On Thu, Aug 22, 2019 at 06:41:25PM +0200, Boris Brezillon wrote: > > On Tue, 20 Aug 2019 04:16:35 +0300 Laurent Pinchart wrote: > > > > > +/** > > > + * enum drm_bridge_ops - Bitmask of operations supported by the brid

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

2019-08-22 Thread Laurent Pinchart
Hi Boris, On Thu, Aug 22, 2019 at 06:41:25PM +0200, Boris Brezillon wrote: > On Tue, 20 Aug 2019 04:16:35 +0300 Laurent Pinchart wrote: > > > +/** > > + * enum drm_bridge_ops - Bitmask of operations supported by the bridge > > + */ > > +enum drm_bridge_ops { > > + /** > > +* @DRM_BRIDGE_OP_

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

2019-08-22 Thread Boris Brezillon
On Tue, 20 Aug 2019 04:16:35 +0300 Laurent Pinchart wrote: > > +/** > + * enum drm_bridge_ops - Bitmask of operations supported by the bridge > + */ > +enum drm_bridge_ops { > + /** > + * @DRM_BRIDGE_OP_DETECT: The bridge can detect displays connected to > + * its output. Bridges

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

2019-08-22 Thread Boris Brezillon
On Tue, 20 Aug 2019 04:16:35 +0300 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 > retrieval o

[PATCH v2 04/50] drm/bridge: Add connector-related bridge operations and data

2019-08-19 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