Re: [PATCH 1/3] drm/bridge: Add a function to abstract away panels

2021-09-28 Thread Andrzej Hajda
W dniu 23.09.2021 o 02:29, Laurent Pinchart pisze: > Hi Maxime, > > Thank you for the patch. > > I know this has already been merged, but I have a question. > > On Fri, Sep 10, 2021 at 03:09:39PM +0200, Maxime Ripard wrote: >> Display drivers so far need to have a lot of boilerplate to first >> r

Re: [PATCH 1/3] drm/bridge: Add a function to abstract away panels

2021-09-27 Thread Laurent Pinchart
On Mon, Sep 27, 2021 at 09:43:44PM +0200, Maxime Ripard wrote: > On Thu, Sep 23, 2021 at 03:29:37AM +0300, Laurent Pinchart wrote: > > Hi Maxime, > > > > Thank you for the patch. > > > > I know this has already been merged, but I have a question. > > > > On Fri, Sep 10, 2021 at 03:09:39PM +0200,

Re: [PATCH 1/3] drm/bridge: Add a function to abstract away panels

2021-09-27 Thread Maxime Ripard
On Thu, Sep 23, 2021 at 03:29:37AM +0300, Laurent Pinchart wrote: > Hi Maxime, > > Thank you for the patch. > > I know this has already been merged, but I have a question. > > On Fri, Sep 10, 2021 at 03:09:39PM +0200, Maxime Ripard wrote: > > Display drivers so far need to have a lot of boilerpl

Re: [PATCH 1/3] drm/bridge: Add a function to abstract away panels

2021-09-22 Thread Laurent Pinchart
Hi Maxime, Thank you for the patch. I know this has already been merged, but I have a question. On Fri, Sep 10, 2021 at 03:09:39PM +0200, Maxime Ripard wrote: > Display drivers so far need to have a lot of boilerplate to first > retrieve either the panel or bridge that they are connected to usin

Re: [PATCH 1/3] drm/bridge: Add a function to abstract away panels

2021-09-22 Thread Patrik Jakobsson
On Wed, Sep 22, 2021 at 10:23 AM Maxime Ripard wrote: > > Hi Patrik, > > On Tue, Sep 21, 2021 at 02:47:49PM +0200, Patrik Jakobsson wrote: > > On Fri, Sep 10, 2021 at 3:10 PM Maxime Ripard wrote: > > > > > > Display drivers so far need to have a lot of boilerplate to first > > > retrieve either t

Re: [PATCH 1/3] drm/bridge: Add a function to abstract away panels

2021-09-22 Thread Maxime Ripard
Hi Patrik, On Tue, Sep 21, 2021 at 02:47:49PM +0200, Patrik Jakobsson wrote: > On Fri, Sep 10, 2021 at 3:10 PM Maxime Ripard wrote: > > > > Display drivers so far need to have a lot of boilerplate to first > > retrieve either the panel or bridge that they are connected to using > > drm_of_find_pa

Re: [PATCH 1/3] drm/bridge: Add a function to abstract away panels

2021-09-21 Thread Patrik Jakobsson
On Fri, Sep 10, 2021 at 3:10 PM Maxime Ripard wrote: > > Display drivers so far need to have a lot of boilerplate to first > retrieve either the panel or bridge that they are connected to using > drm_of_find_panel_or_bridge(), and then either deal with each with ad-hoc > functions or create a drm

Re: [PATCH 1/3] drm/bridge: Add a function to abstract away panels

2021-09-12 Thread Sam Ravnborg
On Fri, Sep 10, 2021 at 03:09:39PM +0200, Maxime Ripard wrote: > Display drivers so far need to have a lot of boilerplate to first > retrieve either the panel or bridge that they are connected to using > drm_of_find_panel_or_bridge(), and then either deal with each with ad-hoc > functions or create

Re: [PATCH 1/3] drm/bridge: Add a function to abstract away panels

2021-09-12 Thread Sam Ravnborg
Hi Maxime, On Fri, Sep 10, 2021 at 03:09:39PM +0200, Maxime Ripard wrote: > Display drivers so far need to have a lot of boilerplate to first > retrieve either the panel or bridge that they are connected to using > drm_of_find_panel_or_bridge(), and then either deal with each with ad-hoc > function

[PATCH 1/3] drm/bridge: Add a function to abstract away panels

2021-09-10 Thread Maxime Ripard
Display drivers so far need to have a lot of boilerplate to first retrieve either the panel or bridge that they are connected to using drm_of_find_panel_or_bridge(), and then either deal with each with ad-hoc functions or create a drm panel bridge through drm_panel_bridge_add. In order to reduce t