Re: [PATCH v2 13/50] drm/bridge: panel: Implement bridge connector operations

2019-12-02 Thread Laurent Pinchart
Hi Sam, On Wed, Oct 09, 2019 at 09:24:47PM +0200, Sam Ravnborg wrote: > On Thu, Oct 03, 2019 at 08:56:15AM +0300, Tomi Valkeinen wrote: > > On 20/08/2019 13:37, Sam Ravnborg wrote: > > > > > > @@ -123,6 +123,18 @@ static void panel_bridge_post_disable(struct > > > > drm_bridge *bridge) > > > >

Re: [PATCH v2 13/50] drm/bridge: panel: Implement bridge connector operations

2019-10-09 Thread Sam Ravnborg
Hi Tomi On Thu, Oct 03, 2019 at 08:56:15AM +0300, Tomi Valkeinen wrote: > Hi Sam, > > On 20/08/2019 13:37, Sam Ravnborg wrote: > > > > @@ -123,6 +123,18 @@ static void panel_bridge_post_disable(struct > > > drm_bridge *bridge) > > > drm_panel_unprepare(panel_bridge->panel); > > > }

Re: [PATCH v2 13/50] drm/bridge: panel: Implement bridge connector operations

2019-10-02 Thread Tomi Valkeinen
Hi Sam, On 20/08/2019 13:37, Sam Ravnborg wrote: @@ -123,6 +123,18 @@ static void panel_bridge_post_disable(struct drm_bridge *bridge) drm_panel_unprepare(panel_bridge->panel); } +static int panel_bridge_get_modes(struct drm_bridge *bridge, +

Re: [PATCH v2 13/50] drm/bridge: panel: Implement bridge connector operations

2019-08-22 Thread Laurent Pinchart
Hi Boris, On Thu, Aug 22, 2019 at 08:02:47PM +0200, Boris Brezillon wrote: > On Thu, 22 Aug 2019 19:35:24 +0300 Laurent Pinchart wrote: > > On Thu, Aug 22, 2019 at 06:29:09PM +0200, Boris Brezillon wrote: > >> On Tue, 20 Aug 2019 04:16:44 +0300 Laurent Pinchart wrote: > >> > >>> Implement the

Re: [PATCH v2 13/50] drm/bridge: panel: Implement bridge connector operations

2019-08-22 Thread Boris Brezillon
On Thu, 22 Aug 2019 19:35:24 +0300 Laurent Pinchart wrote: > Hi Boris, > > On Thu, Aug 22, 2019 at 06:29:09PM +0200, Boris Brezillon wrote: > > On Tue, 20 Aug 2019 04:16:44 +0300 Laurent Pinchart wrote: > > > > > Implement the newly added bridge connector operations, allowing the > > > usage

Re: [PATCH v2 13/50] drm/bridge: panel: Implement bridge connector operations

2019-08-22 Thread Laurent Pinchart
Hi Boris, On Thu, Aug 22, 2019 at 06:29:09PM +0200, Boris Brezillon wrote: > On Tue, 20 Aug 2019 04:16:44 +0300 Laurent Pinchart wrote: > > > Implement the newly added bridge connector operations, allowing the > > usage of drm_bridge_panel with drm_bridge_connector. > > > > Signed-off-by:

Re: [PATCH v2 13/50] drm/bridge: panel: Implement bridge connector operations

2019-08-22 Thread Boris Brezillon
On Tue, 20 Aug 2019 04:16:44 +0300 Laurent Pinchart wrote: > Implement the newly added bridge connector operations, allowing the > usage of drm_bridge_panel with drm_bridge_connector. > > Signed-off-by: Laurent Pinchart > --- > drivers/gpu/drm/bridge/panel.c | 18 +- > 1 file

Re: [PATCH v2 13/50] drm/bridge: panel: Implement bridge connector operations

2019-08-20 Thread Laurent Pinchart
Hi Sam, On Tue, Aug 20, 2019 at 12:37:06PM +0200, Sam Ravnborg wrote: > On Tue, Aug 20, 2019 at 04:16:44AM +0300, Laurent Pinchart wrote: > > Implement the newly added bridge connector operations, allowing the > > usage of drm_bridge_panel with drm_bridge_connector. > > > > Signed-off-by:

Re: [PATCH v2 13/50] drm/bridge: panel: Implement bridge connector operations

2019-08-20 Thread Sam Ravnborg
Hi Laurent. On Tue, Aug 20, 2019 at 04:16:44AM +0300, Laurent Pinchart wrote: > Implement the newly added bridge connector operations, allowing the > usage of drm_bridge_panel with drm_bridge_connector. > > Signed-off-by: Laurent Pinchart > --- > drivers/gpu/drm/bridge/panel.c | 18

[PATCH v2 13/50] drm/bridge: panel: Implement bridge connector operations

2019-08-19 Thread Laurent Pinchart
Implement the newly added bridge connector operations, allowing the usage of drm_bridge_panel with drm_bridge_connector. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/bridge/panel.c | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git