drm/i915/dpll_mgr: convert to drm_device based logging macros.
authorWambui Karuga <wambui.karugax@gmail.com>
Thu, 6 Feb 2020 08:00:08 +0000 (11:00 +0300)
committerJani Nikula <jani.nikula@intel.com>
Tue, 11 Feb 2020 13:23:28 +0000 (15:23 +0200)
commit157ff3ab3227d510b4013dafe85b5baa39899659
tree1f1b5babdd47c5c764f002cb09a2b38ae0d611d9
parent57a333f8f8896ca66e9d8153930247a3cfd7b592
drm/i915/dpll_mgr: convert to drm_device based logging macros.

Conversion of instances of printk based drm logging macros to the struct
drm_device based logging macros in i915/display/intel_dpll_mgr.c.
This also involves extracting the struct drm_i915_private device pointer
from various intel types to use in the drm_device based macros.

Note that this converts DRM_DEBUG_DRIVER to drm_dbg().

References: https://lists.freedesktop.org/archives/dri-devel/2020-January/253381.html
Signed-off-by: Wambui Karuga <wambui.karugax@gmail.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200206080014.13759-8-wambui.karugax@gmail.com
drivers/gpu/drm/i915/display/intel_dpll_mgr.c