Re: [PATCH v2 07/12] drm/i915: Protect workers against disappearing connectors

2019-12-13 Thread Sean Paul
On Fri, Dec 13, 2019 at 04:40:33PM +0530, Ramalingam C wrote: > On 2019-12-12 at 14:02:25 -0500, Sean Paul wrote: > > From: Sean Paul > > > > This patch adds some protection against connectors being destroyed > > before the HDCP workers are finished. > > > > For check_work, we do a synchronous

Re: [PATCH v2 07/12] drm/i915: Protect workers against disappearing connectors

2019-12-13 Thread Ramalingam C
On 2019-12-12 at 14:02:25 -0500, Sean Paul wrote: > From: Sean Paul > > This patch adds some protection against connectors being destroyed > before the HDCP workers are finished. > > For check_work, we do a synchronous cancel after the connector is > unregistered which will ensure that it is

[PATCH v2 07/12] drm/i915: Protect workers against disappearing connectors

2019-12-12 Thread Sean Paul
From: Sean Paul This patch adds some protection against connectors being destroyed before the HDCP workers are finished. For check_work, we do a synchronous cancel after the connector is unregistered which will ensure that it is finished before destruction. In the case of prop_work, we can't