Re: [Intel-gfx] [PATCH 3/4] drm/i915: Pimp DPLL ref/unref debugs

2022-09-22 Thread Ville Syrjälä
On Thu, Sep 22, 2022 at 02:57:45PM +0300, Jani Nikula wrote: > On Thu, 22 Sep 2022, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > We currently have a debug message in intel_reference_shared_dpll() > > but no counterpart in intel_unreference_shared_dpll(). Add one. > > > > Switch to the [CR

Re: [Intel-gfx] [PATCH 3/4] drm/i915: Pimp DPLL ref/unref debugs

2022-09-22 Thread Jani Nikula
On Thu, 22 Sep 2022, Ville Syrjala wrote: > From: Ville Syrjälä > > We currently have a debug message in intel_reference_shared_dpll() > but no counterpart in intel_unreference_shared_dpll(). Add one. > > Switch to the [CRTC:...] notation for the pipe name while at it. > > Signed-off-by: Ville Sy

[Intel-gfx] [PATCH 3/4] drm/i915: Pimp DPLL ref/unref debugs

2022-09-21 Thread Ville Syrjala
From: Ville Syrjälä We currently have a debug message in intel_reference_shared_dpll() but no counterpart in intel_unreference_shared_dpll(). Add one. Switch to the [CRTC:...] notation for the pipe name while at it. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_dpll_mgr.