This series is a part of the conversion to the new struct drm_device based logging macros in drm/i915. This series focuses on the drm/i915/gem directory and converts all straightforward instances of the printk based logging macros to the new macros.
Wambui Karuga (2): drm/i915/gem: initial conversion to new logging macros using coccinelle. drm/i915/gem: manual conversion to struct drm_device logging macros.
drivers/gpu/drm/i915/gem/i915_gem_context.c | 68 +++++++++++-------- .../gpu/drm/i915/gem/i915_gem_execbuffer.c | 60 +++++++++------- drivers/gpu/drm/i915/gem/i915_gem_pages.c | 4 +- drivers/gpu/drm/i915/gem/i915_gem_stolen.c | 56 ++++++++------- 4 files changed, 110 insertions(+), 78 deletions(-)