Re: [PATCH 31/64] drm/vc4: dsi: Switch to drmm_of_get_bridge

2022-06-14 Thread Dave Stevenson
On Fri, 10 Jun 2022 at 10:30, Maxime Ripard wrote: > > The current code uses a device-managed function to retrieve the next bridge > downstream. > > However, that means that it will be removed at unbind time, where the DRM > device is still very much live and might still have some applications

[PATCH 31/64] drm/vc4: dsi: Switch to drmm_of_get_bridge

2022-06-10 Thread Maxime Ripard
The current code uses a device-managed function to retrieve the next bridge downstream. However, that means that it will be removed at unbind time, where the DRM device is still very much live and might still have some applications that still have it open. Switch to a DRM-managed variant to