Re: [PATCH v14 2/3] drm: bridge: panel: Add drmm_panel_bridge_add_nodrm

2023-02-27 Thread Jagan Teki
On Mon, Feb 27, 2023 at 11:17 PM Maxime Ripard wrote: > > On Mon, Feb 27, 2023 at 11:02:30PM +0530, Jagan Teki wrote: > > drmm_panel_bridge_add_nodrm is an another type of DRM-managed action > > helper with nodrm pointer. > > > > DRM pointer is required to perform DRM-managed action, > > - The con

Re: [PATCH v14 2/3] drm: bridge: panel: Add drmm_panel_bridge_add_nodrm

2023-02-27 Thread Maxime Ripard
On Mon, Feb 27, 2023 at 11:02:30PM +0530, Jagan Teki wrote: > drmm_panel_bridge_add_nodrm is an another type of DRM-managed action > helper with nodrm pointer. > > DRM pointer is required to perform DRM-managed action, > - The conventional component-based drm bridges, the DRM pointer can > acces

[PATCH v14 2/3] drm: bridge: panel: Add drmm_panel_bridge_add_nodrm

2023-02-27 Thread Jagan Teki
drmm_panel_bridge_add_nodrm is an another type of DRM-managed action helper with nodrm pointer. DRM pointer is required to perform DRM-managed action, - The conventional component-based drm bridges, the DRM pointer can access in component ops bind API. - The non-component-based bridges (like hos