[Intel-gfx] [PATCH 0/5] drm/i915: conversion to new struct drm_device based logging macros.

Wambui Karuga wambui.karugax at gmail.com
Fri Jan 31 09:34:11 UTC 2020


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



More information about the Intel-gfx mailing list