Re: [PATCH] drm/dp_mst: Fix locking when skipping CSN before topology probing

2025-03-11 Thread Imre Deak
dri- > > de...@lists.freedesktop.org; Lyude Paul ; > > sta...@vger.kernel.org > > Subject: Re: [PATCH] drm/dp_mst: Fix locking when skipping CSN before > > topology > > probing > > > > On Mon, Mar 10, 2025 at 08:59:51AM +, Lin, Wayne wrote: > >

Re: [PATCH] drm/dp_mst: Fix locking when skipping CSN before topology probing

2025-03-10 Thread Lyude Paul
> Sent: Monday, March 10, 2025 7:00 PM > > > To: Lin, Wayne > > > Cc: intel-...@lists.freedesktop.org; intel...@lists.freedesktop.org; dri- > > > de...@lists.freedesktop.org; Lyude Paul ; > > > sta...@vger.kernel.org > > > Subject: Re:

RE: [PATCH] drm/dp_mst: Fix locking when skipping CSN before topology probing

2025-03-10 Thread Lin, Wayne
t; > To: intel-...@lists.freedesktop.org; intel...@lists.freedesktop.org; > > > dri- de...@lists.freedesktop.org > > > Cc: Lin, Wayne ; Lyude Paul ; > > > sta...@vger.kernel.org > > > Subject: [PATCH] drm/dp_mst: Fix locking when skipping CSN before > > >

Re: [PATCH] drm/dp_mst: Fix locking when skipping CSN before topology probing

2025-03-10 Thread Imre Deak
g > > Cc: Lin, Wayne ; Lyude Paul ; > > sta...@vger.kernel.org > > Subject: [PATCH] drm/dp_mst: Fix locking when skipping CSN before topology > > probing > > > > The handling of the MST Connection Status Notify message is skipped if the > > probing >

RE: [PATCH] drm/dp_mst: Fix locking when skipping CSN before topology probing

2025-03-10 Thread Lin, Wayne
[PATCH] drm/dp_mst: Fix locking when skipping CSN before topology > probing > > The handling of the MST Connection Status Notify message is skipped if the > probing > of the topology is still pending. Acquiring the > drm_dp_mst_topology_mgr::probe_lock > for this in > drm

[PATCH] drm/dp_mst: Fix locking when skipping CSN before topology probing

2025-03-07 Thread Imre Deak
The handling of the MST Connection Status Notify message is skipped if the probing of the topology is still pending. Acquiring the drm_dp_mst_topology_mgr::probe_lock for this in drm_dp_mst_handle_up_req() is problematic: the task/work this function is called from is also responsible for handling M