OSDN Git Service

drm/i915/workarounds: convert to drm_device based logging macros.
authorWambui Karuga <wambui.karugax@gmail.com>
Sat, 14 Mar 2020 18:33:44 +0000 (21:33 +0300)
committerJani Nikula <jani.nikula@intel.com>
Thu, 19 Mar 2020 09:34:36 +0000 (11:34 +0200)
commit394ad36c51ad63270352dfa2c3ee45fa1e5327d0
tree88ade6db445a917d2a62240f67bf665250f232a9
parenta8fa7c079f3ec0240112a622fe6e27a773a0e174
drm/i915/workarounds: convert to drm_device based logging macros.

Replace the use of printk based drm logging macros with the struct
drm_device based logging 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/20200314183344.17603-8-wambui.karugax@gmail.com
drivers/gpu/drm/i915/gt/intel_workarounds.c