]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7b09a61f62f86f8a4aacd88b43fe0e6bb3e621aa
treee8a2a5b2fb60739db66f14eb1a6ea2a1f3c43da2
parent32d3a8b7d93469d22b282e115212a2de228da46b
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