intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH 0/9] drm/i915/display: drm device based logging conversions
Date: Mon, 24 Jan 2022 16:08:39 +0200	[thread overview]
Message-ID: <87ilu92plk.fsf@intel.com> (raw)
In-Reply-To: <YeqxRDzd/PY8E4bP@intel.com>

On Fri, 21 Jan 2022, Ville Syrjälä <ville.syrjala@linux.intel.com> wrote:
> On Fri, Jan 21, 2022 at 03:00:29PM +0200, Jani Nikula wrote:
>> Purge some accumulated drm device based logging changes from my local
>> branches.
>> 
>> Jani Nikula (9):
>>   drm/i915/snps: convert to drm device based logging
>>   drm/i915/pps: convert to drm device based logging
>>   drm/i915/hotplug: convert to drm device based logging
>>   drm/i915/dp: convert to drm device based logging
>>   drm/i915/plane: convert to drm device based logging and WARN
>>   drm/i915/sprite: convert to drm device based logging
>>   drm/i915/lspcon: convert to drm device based logging
>>   drm/i915/cdclk: update intel_dump_cdclk_config() logging
>>   drm/i915/cdclk: convert to drm device based logging
>
> Eyeballed it quickly. Looks all right to me.
>
> Series is
> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>

Thanks, pushed to drm-intel-next.

BR,
Jani.

>
>> 
>>  .../gpu/drm/i915/display/intel_atomic_plane.c |   5 +-
>>  drivers/gpu/drm/i915/display/intel_cdclk.c    |  23 +--
>>  drivers/gpu/drm/i915/display/intel_cdclk.h    |   3 +-
>>  drivers/gpu/drm/i915/display/intel_display.c  |   2 +-
>>  .../drm/i915/display/intel_display_power.c    |   2 +-
>>  drivers/gpu/drm/i915/display/intel_dp.c       |  35 +++--
>>  drivers/gpu/drm/i915/display/intel_hotplug.c  |  14 +-
>>  drivers/gpu/drm/i915/display/intel_lspcon.c   | 142 ++++++++++--------
>>  drivers/gpu/drm/i915/display/intel_pps.c      |  22 +--
>>  drivers/gpu/drm/i915/display/intel_snps_phy.c |  29 ++--
>>  drivers/gpu/drm/i915/display/intel_sprite.c   |  24 +--
>>  .../drm/i915/display/skl_universal_plane.c    |  10 +-
>>  12 files changed, 169 insertions(+), 142 deletions(-)
>> 
>> -- 
>> 2.30.2

-- 
Jani Nikula, Intel Open Source Graphics Center

  reply	other threads:[~2022-01-24 14:14 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-21 13:00 [Intel-gfx] [PATCH 0/9] drm/i915/display: drm device based logging conversions Jani Nikula
2022-01-21 13:00 ` [Intel-gfx] [PATCH 1/9] drm/i915/snps: convert to drm device based logging Jani Nikula
2022-01-21 13:00 ` [Intel-gfx] [PATCH 2/9] drm/i915/pps: " Jani Nikula
2022-01-21 13:00 ` [Intel-gfx] [PATCH 3/9] drm/i915/hotplug: " Jani Nikula
2022-01-21 13:00 ` [Intel-gfx] [PATCH 4/9] drm/i915/dp: " Jani Nikula
2022-01-21 13:00 ` [Intel-gfx] [PATCH 5/9] drm/i915/plane: convert to drm device based logging and WARN Jani Nikula
2022-01-21 13:00 ` [Intel-gfx] [PATCH 6/9] drm/i915/sprite: convert to drm device based logging Jani Nikula
2022-01-21 13:00 ` [Intel-gfx] [PATCH 7/9] drm/i915/lspcon: " Jani Nikula
2022-01-21 13:00 ` [Intel-gfx] [PATCH 8/9] drm/i915/cdclk: update intel_dump_cdclk_config() logging Jani Nikula
2022-01-21 13:00 ` [Intel-gfx] [PATCH 9/9] drm/i915/cdclk: convert to drm device based logging Jani Nikula
2022-01-21 13:12 ` [Intel-gfx] [PATCH 0/9] drm/i915/display: drm device based logging conversions Ville Syrjälä
2022-01-24 14:08   ` Jani Nikula [this message]
2022-01-21 13:18 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2022-01-21 13:19 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-01-21 13:54 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-01-21 16:56 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2022-01-21 23:54 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: drm device based logging conversions (rev2) Patchwork
2022-01-21 23:55 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-01-22  0:25 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2022-01-24 10:55 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: drm device based logging conversions (rev3) Patchwork
2022-01-24 10:57 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-01-24 11:20 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-01-24 12:50 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork

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=87ilu92plk.fsf@intel.com \
    --to=jani.nikula@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=ville.syrjala@linux.intel.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 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).