]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit269918549e5e0be77386ae2e2b482ff80e4133d3
tree88ade6db445a917d2a62240f67bf665250f232a9
parent4ba96fd274cda190f05f194d7d8f4af4b1740425
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