Re: [PATCH 29/30] drm/bridge: add support for device links to bridge

2019-11-28 Thread Mihail Atanassov
On Tuesday, 26 November 2019 14:35:34 GMT Daniel Vetter wrote: > On Tue, Nov 26, 2019 at 01:16:26PM +, Mihail Atanassov wrote: > > From: Russell King > > > > Bridge devices have been a potential for kernel oops as their lifetime > > is independent of the DRM device that they are bound to.

Re: [PATCH 29/30] drm/bridge: add support for device links to bridge

2019-11-26 Thread Mihail Atanassov
On Tuesday, 26 November 2019 14:35:34 GMT Daniel Vetter wrote: > On Tue, Nov 26, 2019 at 01:16:26PM +, Mihail Atanassov wrote: > > From: Russell King > > > > Bridge devices have been a potential for kernel oops as their lifetime > > is independent of the DRM device that they are bound to.

Re: [PATCH 29/30] drm/bridge: add support for device links to bridge

2019-11-26 Thread Daniel Vetter
On Tue, Nov 26, 2019 at 01:16:26PM +, Mihail Atanassov wrote: > From: Russell King > > Bridge devices have been a potential for kernel oops as their lifetime > is independent of the DRM device that they are bound to. Hence, if a > bridge device is unbound while the parent DRM device is

[PATCH 29/30] drm/bridge: add support for device links to bridge

2019-11-26 Thread Mihail Atanassov
From: Russell King Bridge devices have been a potential for kernel oops as their lifetime is independent of the DRM device that they are bound to. Hence, if a bridge device is unbound while the parent DRM device is using them, the parent happily continues to use the bridge device, calling the