commit | 157ff3ab3227d510b4013dafe85b5baa39899659 | [log] [tgz] |
---|---|---|
author | Wambui Karuga <wambui.karugax@gmail.com> | Thu Feb 06 11:00:08 2020 +0300 |
committer | Jani Nikula <jani.nikula@intel.com> | Tue Feb 11 15:23:28 2020 +0200 |
tree | 1f1b5babdd47c5c764f002cb09a2b38ae0d611d9 | |
parent | 57a333f8f8896ca66e9d8153930247a3cfd7b592 [diff] |
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