This patch series continues the conversion of the printk based logging macros to the struct drm_device based logging macros in drm/i915. This series focuses on the root drm/i915 driver folder with patches achieved manually and using coccinelle. Wambui Karuga (5): drm/i915: conversion to drm_device logging macros when drm_i915_private is present. drm/i915/debugfs: conversion to drm_device based logging macros. drm/i915/cmd_parser: conversion to struct drm_device logging macros. drm/i915/perf: conversion to struct drm_device based logging macros. drm/i915/pci: conversion to drm_device based logging macros. drivers/gpu/drm/i915/i915_cmd_parser.c | 29 +++-- drivers/gpu/drm/i915/i915_debugfs.c | 44 ++++--- drivers/gpu/drm/i915/i915_drv.c | 126 ++++++++++-------- drivers/gpu/drm/i915/i915_gem_fence_reg.c | 2 +- drivers/gpu/drm/i915/i915_gem_gtt.c | 3 +- drivers/gpu/drm/i915/i915_irq.c | 92 ++++++++------ drivers/gpu/drm/i915/i915_pci.c | 3 +- drivers/gpu/drm/i915/i915_perf.c | 148 ++++++++++++++-------- drivers/gpu/drm/i915/i915_sysfs.c | 19 ++- 9 files changed, 279 insertions(+), 187 deletions(-) -- 2.25.0 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx