drm/i915: Pimp DPLL ref/unref debugs
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 22 Sep 2022 19:13:50 +0000 (22:13 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 26 Sep 2022 17:16:12 +0000 (20:16 +0300)
commitaa07d34d9f2fba6cad41c85ead441dde27882fd5
treebeabb76969496a90b21ac370aaa6b8c2345e8bb6
parentfea1beb60db55abc05b2def917bff8e40825d3ed
drm/i915: Pimp DPLL ref/unref debugs

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.

v2: Use drm_dbg_kms() instead of drm_dbg() (Jani)

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220922191350.4303-1-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_dpll_mgr.c