Re: [PATCH v1 05/26] drm/panel: add drm_connector argument to get_modes()

2019-12-04 Thread Laurent Pinchart
Hi Guido, On Wed, Dec 04, 2019 at 01:08:04PM +0100, Guido Günther wrote: > On Mon, Dec 02, 2019 at 08:32:09PM +0100, Sam Ravnborg wrote: > > Today the bridge creates the drm_connector, but that is planned > > to be moved to the display drivers. > > Do you have a reference for that move at hand?

Re: [PATCH v1 05/26] drm/panel: add drm_connector argument to get_modes()

2019-12-04 Thread Guido Günther
Hi Sam, On Mon, Dec 02, 2019 at 08:32:09PM +0100, Sam Ravnborg wrote: > Today the bridge creates the drm_connector, but that is planned > to be moved to the display drivers. Do you have a reference for that move at hand? Cheers, -- Guido > To facilitate this, update drm_panel_funcs.get_modes() t

Re: [PATCH v1 05/26] drm/panel: add drm_connector argument to get_modes()

2019-12-03 Thread Linus Walleij
On Mon, Dec 2, 2019 at 8:33 PM Sam Ravnborg wrote: > Today the bridge creates the drm_connector, but that is planned > to be moved to the display drivers. > To facilitate this, update drm_panel_funcs.get_modes() to > take drm_connector as an argument. > All panel drivers implementing get_modes()

Re: [PATCH v1 05/26] drm/panel: add drm_connector argument to get_modes()

2019-12-02 Thread Laurent Pinchart
Hi Sam, Thank you for the patch. On Mon, Dec 02, 2019 at 08:32:09PM +0100, Sam Ravnborg wrote: > Today the bridge creates the drm_connector, but that is planned > to be moved to the display drivers. > To facilitate this, update drm_panel_funcs.get_modes() to > take drm_connector as an argument. >