mbox series

[0/7] drm/i915/gt: convert to struct drm_device based logging macros.

Message ID 20200314183344.17603-1-wambui.karugax@gmail.com (mailing list archive)
Headers show
Series drm/i915/gt: convert to struct drm_device based logging macros. | expand

Message

Wambui Karuga March 14, 2020, 6:33 p.m. UTC
This patchset continues the conversion of printk based macros to use
the struct drm_device based drm logging macros focused on the i915/gt
folder.
These patches were achieved using both coccinelle and manually.

Wambui Karuga (7):
  drm/i915/ggtt: convert to drm_device based logging macros.
  drm/i915/lrc: convert to struct drm_device based logging macros.
  drm/i915/rc6: convert to struct drm_device based logging macros.
  drm/i915/renderstate: use struct drm_device based logging macros.
  drm/i915/ring_submission: use drm_device based logging macros.
  drm/i915/rps: use struct drm_device based logging macros.
  drm/i915/workarounds: convert to drm_device based logging macros.

 drivers/gpu/drm/i915/gt/intel_ggtt.c          | 38 ++++++----
 drivers/gpu/drm/i915/gt/intel_lrc.c           | 14 ++--
 drivers/gpu/drm/i915/gt/intel_rc6.c           | 35 +++++----
 drivers/gpu/drm/i915/gt/intel_renderstate.c   |  2 +-
 .../gpu/drm/i915/gt/intel_ring_submission.c   | 33 ++++----
 drivers/gpu/drm/i915/gt/intel_rps.c           | 75 +++++++++----------
 drivers/gpu/drm/i915/gt/intel_workarounds.c   |  7 +-
 7 files changed, 110 insertions(+), 94 deletions(-)

Comments

Jani Nikula March 19, 2020, 9:54 a.m. UTC | #1
On Sat, 14 Mar 2020, Wambui Karuga <wambui.karugax@gmail.com> wrote:
> This patchset continues the conversion of printk based macros to use
> the struct drm_device based drm logging macros focused on the i915/gt
> folder.
> These patches were achieved using both coccinelle and manually.

Pushed the lot, thanks for the patches.

BR,
Jani.

>
> Wambui Karuga (7):
>   drm/i915/ggtt: convert to drm_device based logging macros.
>   drm/i915/lrc: convert to struct drm_device based logging macros.
>   drm/i915/rc6: convert to struct drm_device based logging macros.
>   drm/i915/renderstate: use struct drm_device based logging macros.
>   drm/i915/ring_submission: use drm_device based logging macros.
>   drm/i915/rps: use struct drm_device based logging macros.
>   drm/i915/workarounds: convert to drm_device based logging macros.
>
>  drivers/gpu/drm/i915/gt/intel_ggtt.c          | 38 ++++++----
>  drivers/gpu/drm/i915/gt/intel_lrc.c           | 14 ++--
>  drivers/gpu/drm/i915/gt/intel_rc6.c           | 35 +++++----
>  drivers/gpu/drm/i915/gt/intel_renderstate.c   |  2 +-
>  .../gpu/drm/i915/gt/intel_ring_submission.c   | 33 ++++----
>  drivers/gpu/drm/i915/gt/intel_rps.c           | 75 +++++++++----------
>  drivers/gpu/drm/i915/gt/intel_workarounds.c   |  7 +-
>  7 files changed, 110 insertions(+), 94 deletions(-)