Re: [PATCH 06/26] drm/dp_mst: Move PDT teardown for ports into destroy_connector_work

2019-08-30 Thread Lyude Paul
On Tue, 2019-08-13 at 16:52 +0200, Daniel Vetter wrote: > On Wed, Jul 17, 2019 at 09:42:29PM -0400, Lyude Paul wrote: > > This will allow us to add some locking for port PDTs, which can't be > > done from drm_dp_destroy_port() since we don't know what locks the > > caller might be holding. Also,

Re: [PATCH 06/26] drm/dp_mst: Move PDT teardown for ports into destroy_connector_work

2019-08-13 Thread Daniel Vetter
On Wed, Jul 17, 2019 at 09:42:29PM -0400, Lyude Paul wrote: > This will allow us to add some locking for port PDTs, which can't be > done from drm_dp_destroy_port() since we don't know what locks the > caller might be holding. Also, this gets rid of a good bit of unneeded > code. > > Cc: Juston

[PATCH 06/26] drm/dp_mst: Move PDT teardown for ports into destroy_connector_work

2019-07-17 Thread Lyude Paul
This will allow us to add some locking for port PDTs, which can't be done from drm_dp_destroy_port() since we don't know what locks the caller might be holding. Also, this gets rid of a good bit of unneeded code. Cc: Juston Li Cc: Imre Deak Cc: Ville Syrjälä Cc: Harry Wentland Signed-off-by: