Re: [Intel-gfx] [PATCH 10/11] drm/i915: Factor out call_with_modeset_ctx()

2023-04-28 Thread Imre Deak
On Fri, Apr 28, 2023 at 05:32:44PM +0300, Ville Syrjälä wrote: > On Wed, Apr 26, 2023 at 07:53:04PM +0300, Imre Deak wrote: > > Factor out a helper to call a function with the atomic locks held, > > required by a follow-up patch resetting an active DP link. > > > > No functional changes. > > > >

Re: [Intel-gfx] [PATCH 10/11] drm/i915: Factor out call_with_modeset_ctx()

2023-04-28 Thread Ville Syrjälä
On Wed, Apr 26, 2023 at 07:53:04PM +0300, Imre Deak wrote: > Factor out a helper to call a function with the atomic locks held, > required by a follow-up patch resetting an active DP link. > > No functional changes. > > Signed-off-by: Imre Deak > --- > drivers/gpu/drm/i915/display/intel_ddi.c

[Intel-gfx] [PATCH 10/11] drm/i915: Factor out call_with_modeset_ctx()

2023-04-26 Thread Imre Deak
Factor out a helper to call a function with the atomic locks held, required by a follow-up patch resetting an active DP link. No functional changes. Signed-off-by: Imre Deak --- drivers/gpu/drm/i915/display/intel_ddi.c | 53 ++-- 1 file changed, 31 insertions(+), 22