linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] drm/i915: conversion to new drm logging macros.
@ 2020-01-21 13:45 Wambui Karuga
  2020-01-21 13:45 ` [PATCH v2 1/5] drm/i915/atomic: use struct drm_device " Wambui Karuga
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Wambui Karuga @ 2020-01-21 13:45 UTC (permalink / raw)
  To: jani.nikula, joonas.lahtinen, rodrigo.vivi, airlied, daniel,
	intel-gfx, dri-devel, linux-kernel

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(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-01-23 13:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-21 13:45 [PATCH v2 0/5] drm/i915: conversion to new drm logging macros Wambui Karuga
2020-01-21 13:45 ` [PATCH v2 1/5] drm/i915/atomic: use struct drm_device " Wambui Karuga
2020-01-21 13:45 ` [PATCH v2 2/5] drm/i915/bios: convert to " Wambui Karuga
2020-01-21 13:45 ` [PATCH v2 3/5] drm/i915/audio: " Wambui Karuga
2020-01-21 13:45 ` [PATCH v2 4/5] drm/i915/bw: convert to drm_device based " Wambui Karuga
2020-01-21 13:45 ` [PATCH v2 5/5] drm/i915/cdclk: use new struct drm_device " Wambui Karuga
2020-01-23 13:28 ` [PATCH v2 0/5] drm/i915: conversion to new drm " Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).