All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 0/5] drm/i915: conversion to new struct drm_device based logging macros.
@ 2020-01-31  9:34 Wambui Karuga
  2020-01-31  9:34 ` [Intel-gfx] [PATCH 1/5] drm/i915: conversion to drm_device logging macros when drm_i915_private is present Wambui Karuga
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Wambui Karuga @ 2020-01-31  9:34 UTC (permalink / raw)
  To: jani.nikula, joonas.lahtinen, rodrigo.vivi, airlied, daniel; +Cc: intel-gfx

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@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2020-02-04  9:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-31  9:34 [Intel-gfx] [PATCH 0/5] drm/i915: conversion to new struct drm_device based logging macros Wambui Karuga
2020-01-31  9:34 ` [Intel-gfx] [PATCH 1/5] drm/i915: conversion to drm_device logging macros when drm_i915_private is present Wambui Karuga
2020-01-31  9:34 ` [Intel-gfx] [PATCH 2/5] drm/i915/debugfs: conversion to drm_device based logging macros Wambui Karuga
2020-01-31  9:34 ` [Intel-gfx] [PATCH 3/5] drm/i915/cmd_parser: conversion to struct drm_device " Wambui Karuga
2020-01-31  9:34 ` [Intel-gfx] [PATCH 4/5] drm/i915/perf: conversion to struct drm_device based " Wambui Karuga
2020-02-04  9:34   ` Jani Nikula
2020-02-04  9:36     ` Jani Nikula
2020-01-31  9:34 ` [Intel-gfx] [PATCH 5/5] drm/i915/pci: conversion to " Wambui Karuga
2020-01-31 12:46 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: conversion to new struct " Patchwork
2020-01-31 13:16 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2020-02-03 13:54 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.