commit | e8441414131269e2b02d6a25649895ece90e9832 | [log] [tgz] |
---|---|---|
author | Wambui Karuga <wambui.karugax@gmail.com> | Thu Feb 06 11:00:11 2020 +0300 |
committer | Jani Nikula <jani.nikula@intel.com> | Tue Feb 11 15:23:52 2020 +0200 |
tree | adf24d199204a1175890e37cd2652b277b5d0ab2 | |
parent | 75bd85f3ae9c33152d84e03902fd80c1cfdc87f7 [diff] |
drm/i915/dsi_vbt: convert to drm_device based logging macros. Convert various instances of the printk based drm logging macros to the struct drm_device based logging macros in i915/display/intel_dsi_vbt.c. This also involves extracting the drm_i915_private device from the intel_dsi type for use in the logging macros. This converts DRM_DEBUG/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-11-wambui.karugax@gmail.com