Re: [PATCH v3 20/22] drm/bridge: add devm_drm_put_bridge()

2025-05-10 Thread Maxime Ripard
On Fri, 9 May 2025 15:53:46 +0200, Luca Ceresoli wrote: > Bridges obtained via devm_drm_bridge_alloc(dev, ...) will be put when the > requesting device (@dev) is removed. > > However drivers which obtained them may need to put the obtained reference > explicitly. One such case is if they bind the

[PATCH v3 20/22] drm/bridge: add devm_drm_put_bridge()

2025-05-09 Thread Luca Ceresoli
Bridges obtained via devm_drm_bridge_alloc(dev, ...) will be put when the requesting device (@dev) is removed. However drivers which obtained them may need to put the obtained reference explicitly. One such case is if they bind the devm removal action to a different device than the one implemented