commit | 1084f5c81184a08e3da2fabbf0493209edcd7c93 | [log] [tgz] |
---|---|---|
author | Wambui Karuga <wambui.karugax@gmail.com> | Tue Mar 10 10:52:46 2020 +0200 |
committer | Jani Nikula <jani.nikula@intel.com> | Wed Mar 11 12:20:43 2020 +0200 |
tree | 2e3246697f858cc7d96030fc09021bd1d503e3fd | |
parent | 6a9cc4bfb728156780149b5c5575faa2976dc8ca [diff] |
drm/i915/hotplug: convert to drm_device based logging. Converts various instances of the printk based drm logging macros to the struct drm_device based logging macros in i915/display/intel_hotplug.c. In some cases, this involves extracting the drm_i915_private pointer from the drm_device struct to be used in the logging macros. 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/3dfda89ab4a234f299ada77abd14163cef3f8bd4.1583766715.git.jani.nikula@intel.com