From: Jani Nikula <jani.nikula@linux.intel.com>
To: Wambui Karuga <wambui.karugax@gmail.com>,
joonas.lahtinen@linux.intel.com, rodrigo.vivi@intel.com,
airlied@linux.ie, daniel@ffwll.ch,
intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/5] drm/i915: conversion to new drm logging macros.
Date: Thu, 23 Jan 2020 15:28:25 +0200 [thread overview]
Message-ID: <87zheecneu.fsf@intel.com> (raw)
In-Reply-To: <20200121134559.17355-1-wambui.karugax@gmail.com>
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(-)
--
Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
WARNING: multiple messages have this Message-ID (diff)
From: Jani Nikula <jani.nikula@linux.intel.com>
To: Wambui Karuga <wambui.karugax@gmail.com>,
joonas.lahtinen@linux.intel.com, rodrigo.vivi@intel.com,
airlied@linux.ie, daniel@ffwll.ch,
intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
linux-kernel@vger.kernel.org
Subject: Re: [Intel-gfx] [PATCH v2 0/5] drm/i915: conversion to new drm logging macros.
Date: Thu, 23 Jan 2020 15:28:25 +0200 [thread overview]
Message-ID: <87zheecneu.fsf@intel.com> (raw)
In-Reply-To: <20200121134559.17355-1-wambui.karugax@gmail.com>
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(-)
--
Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
WARNING: multiple messages have this Message-ID (diff)
From: Jani Nikula <jani.nikula@linux.intel.com>
To: Wambui Karuga <wambui.karugax@gmail.com>,
joonas.lahtinen@linux.intel.com, rodrigo.vivi@intel.com,
airlied@linux.ie, daniel@ffwll.ch,
intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/5] drm/i915: conversion to new drm logging macros.
Date: Thu, 23 Jan 2020 15:28:25 +0200 [thread overview]
Message-ID: <87zheecneu.fsf@intel.com> (raw)
In-Reply-To: <20200121134559.17355-1-wambui.karugax@gmail.com>
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(-)
--
Jani Nikula, Intel Open Source Graphics Center
next prev parent reply other threads:[~2020-01-23 13:28 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-21 13:45 [PATCH v2 0/5] drm/i915: conversion to new drm logging macros Wambui Karuga
2020-01-21 13:45 ` Wambui Karuga
2020-01-21 13:45 ` [Intel-gfx] " 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 ` Wambui Karuga
2020-01-21 13:45 ` [Intel-gfx] " Wambui Karuga
2020-01-21 13:45 ` [PATCH v2 2/5] drm/i915/bios: convert to " Wambui Karuga
2020-01-21 13:45 ` Wambui Karuga
2020-01-21 13:45 ` [Intel-gfx] " Wambui Karuga
2020-01-21 13:45 ` [PATCH v2 3/5] drm/i915/audio: " Wambui Karuga
2020-01-21 13:45 ` Wambui Karuga
2020-01-21 13:45 ` [Intel-gfx] " 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 ` Wambui Karuga
2020-01-21 13:45 ` [Intel-gfx] " Wambui Karuga
2020-01-21 13:45 ` [PATCH v2 5/5] drm/i915/cdclk: use new struct drm_device " Wambui Karuga
2020-01-21 13:45 ` Wambui Karuga
2020-01-21 13:45 ` [Intel-gfx] " Wambui Karuga
2020-01-21 19:28 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: conversion to new drm " Patchwork
2020-01-21 19:52 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2020-01-22 8:42 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: conversion to new drm logging macros. (rev2) Patchwork
2020-01-22 9:08 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2020-01-23 11:39 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2020-01-23 13:28 ` Jani Nikula [this message]
2020-01-23 13:28 ` [PATCH v2 0/5] drm/i915: conversion to new drm logging macros Jani Nikula
2020-01-23 13:28 ` [Intel-gfx] " Jani Nikula
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87zheecneu.fsf@intel.com \
--to=jani.nikula@linux.intel.com \
--cc=airlied@linux.ie \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=joonas.lahtinen@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rodrigo.vivi@intel.com \
--cc=wambui.karugax@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.