Re: [PATCH 01/14] drm/dp_mst: Factor out function to queue a topology probe work

2024-07-30 Thread Jani Nikula
On Fri, 26 Jul 2024, Imre Deak wrote: > Hi all, > > On Mon, Jul 22, 2024 at 01:19:52PM -0400, Lyude Paul wrote: >> For patches 1-3: >> >> Reviewed-by: Lyude Paul >> >> Thanks! > > Thanks Lyude for the review. > > Thomas, Maxim, Maarten, could you ack merging these 3 DRM core patches > through t

Re: [PATCH 01/14] drm/dp_mst: Factor out function to queue a topology probe work

2024-07-26 Thread Imre Deak
Hi all, On Mon, Jul 22, 2024 at 01:19:52PM -0400, Lyude Paul wrote: > For patches 1-3: > > Reviewed-by: Lyude Paul > > Thanks! Thanks Lyude for the review. Thomas, Maxim, Maarten, could you ack merging these 3 DRM core patches through the i915 tree? --Imre > On Mon, 2024-07-22 at 19:54 +030

Re: [PATCH 01/14] drm/dp_mst: Factor out function to queue a topology probe work

2024-07-22 Thread Lyude Paul
For patches 1-3: Reviewed-by: Lyude Paul Thanks! On Mon, 2024-07-22 at 19:54 +0300, Imre Deak wrote: > Factor out a function to queue a work for probing the topology, also > used by the next patch. > > Cc: Lyude Paul > Cc: dri-devel@lists.freedesktop.org > Signed-off-by: Imre Deak > --- > d

[PATCH 01/14] drm/dp_mst: Factor out function to queue a topology probe work

2024-07-22 Thread Imre Deak
Factor out a function to queue a work for probing the topology, also used by the next patch. Cc: Lyude Paul Cc: dri-devel@lists.freedesktop.org Signed-off-by: Imre Deak --- drivers/gpu/drm/display/drm_dp_mst_topology.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a