mbox series

[v2,0/5] drm/i915: conversion to new drm logging macros.

Message ID 20200121134559.17355-1-wambui.karugax@gmail.com (mailing list archive)
Headers show
Series drm/i915: conversion to new drm logging macros. | expand

Message

Wambui Karuga Jan. 21, 2020, 1:45 p.m. UTC
This series continues the conversion to the new struct drm_device based
logging macros in various files in drm/i915. These patches were
achieved both using coccinelle and manually.

v2: rebase patches onto drm-tip to fix merge conflict in v1 series.

Wambui Karuga (5):
  drm/i915/atomic: use struct drm_device logging macros for debug
  drm/i915/bios: convert to struct drm_device based logging macros.
  drm/i915/audio: convert to new struct drm_device logging macros.
  drm/i915/bw: convert to new drm_device based logging macros.
  drm/i915/cdclk: use new struct drm_device logging macros.

 .../gpu/drm/i915/display/intel_atomic_plane.c |   9 +-
 drivers/gpu/drm/i915/display/intel_audio.c    |  73 ++--
 drivers/gpu/drm/i915/display/intel_bios.c     | 357 +++++++++++-------
 drivers/gpu/drm/i915/display/intel_bw.c       |  29 +-
 drivers/gpu/drm/i915/display/intel_cdclk.c    | 109 +++---
 5 files changed, 339 insertions(+), 238 deletions(-)

Comments

Jani Nikula Jan. 23, 2020, 1:28 p.m. UTC | #1
On Tue, 21 Jan 2020, Wambui Karuga <wambui.karugax@gmail.com> wrote:
> This series continues the conversion to the new struct drm_device based
> logging macros in various files in drm/i915. These patches were
> achieved both using coccinelle and manually.
>
> v2: rebase patches onto drm-tip to fix merge conflict in v1 series.

Pushed all to drm-intel-next-queued, many thanks for the patches, and
keep up the good work!

BR,
Jani.


>
> Wambui Karuga (5):
>   drm/i915/atomic: use struct drm_device logging macros for debug
>   drm/i915/bios: convert to struct drm_device based logging macros.
>   drm/i915/audio: convert to new struct drm_device logging macros.
>   drm/i915/bw: convert to new drm_device based logging macros.
>   drm/i915/cdclk: use new struct drm_device logging macros.
>
>  .../gpu/drm/i915/display/intel_atomic_plane.c |   9 +-
>  drivers/gpu/drm/i915/display/intel_audio.c    |  73 ++--
>  drivers/gpu/drm/i915/display/intel_bios.c     | 357 +++++++++++-------
>  drivers/gpu/drm/i915/display/intel_bw.c       |  29 +-
>  drivers/gpu/drm/i915/display/intel_cdclk.c    | 109 +++---
>  5 files changed, 339 insertions(+), 238 deletions(-)