drm/i915/gem: manual conversion to struct drm_device logging macros.
authorWambui Karuga <wambui.karugax@gmail.com>
Wed, 22 Jan 2020 12:57:50 +0000 (15:57 +0300)
committerJani Nikula <jani.nikula@intel.com>
Mon, 27 Jan 2020 09:07:06 +0000 (11:07 +0200)
commitd0bf45822c9969d4209137fe0e3a6425991daf56
treee8a2a5b2fb60739db66f14eb1a6ea2a1f3c43da2
parentbaa89ba3f1feda686de156764ab848e6ea91f42a
drm/i915/gem: manual conversion to struct drm_device logging macros.

Convert most of the remaining uses of the printk based logging macros to
the new struct drm_device based logging macros in drm/i915/gem.
This also involves extracting the struct drm_i915_private device
from various types, and using it in the various macros.

Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
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/20200122125750.9737-3-wambui.karugax@gmail.com
drivers/gpu/drm/i915/gem/i915_gem_context.c
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
drivers/gpu/drm/i915/gem/i915_gem_pages.c