Re: [PATCH 02/10] drm/bridge: Add a function to abstract away panels

2021-07-22 Thread Jagan Teki
Hi Maxime, On Tue, Jul 20, 2021 at 7:15 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 c

Re: [PATCH 02/10] drm/bridge: Add a function to abstract away panels

2021-07-20 Thread Sam Ravnborg
Hi Maxime, On Tue, Jul 20, 2021 at 03:45:17PM +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 > functio

[PATCH 02/10] drm/bridge: Add a function to abstract away panels

2021-07-20 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