Re: [Intel-gfx] [PATCH 1/4] drm/i915: Always initialize dpll.lock

2022-09-22 Thread Jani Nikula
On Wed, 21 Sep 2022, Ville Syrjala wrote: > From: Ville Syrjälä > > Initialize the dll.lock mutex whether or not we manage to > initialize the rest of the dpll mgr. > > Signed-off-by: Ville Syrjälä Reviewed-by: Jani Nikula > --- > drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 3 ++- > 1 f

[Intel-gfx] [PATCH 1/4] drm/i915: Always initialize dpll.lock

2022-09-21 Thread Ville Syrjala
From: Ville Syrjälä Initialize the dll.lock mutex whether or not we manage to initialize the rest of the dpll mgr. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/i