linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: Joe Perches <joe@perches.com>
Cc: Daniel Vetter <daniel.vetter@intel.com>,
	dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
	linux-arm-msm@vger.kernel.org, freedreno@lists.freedesktop.org,
	nouveau@lists.freedesktop.org, amd-gfx@lists.freedesktop.org,
	linux-kernel@vger.kernel.org
Subject: Re: [Nouveau] [PATCH 0/3] gpu: drm: Convert printk(KERN_<level> to pr_<level>
Date: Tue, 28 Feb 2017 14:33:15 +0100	[thread overview]
Message-ID: <20170228133315.elsqoq636oqnsydk@phenom.ffwll.local> (raw)
In-Reply-To: <cover.1488285953.git.joe@perches.com>

On Tue, Feb 28, 2017 at 04:55:51AM -0800, Joe Perches wrote:
> Broken up for Daniel Vetter

Thanks, I applied the core patch (needed a minor resolution in
drm_edid.c). I'll wait with the driver patch for a few more acks maybe,
and leave the 2 other patches to Alex for picking up directly.

Thanks, Daniel

> 
> Joe Perches (3):
>   gpu: drm: amd/radeon: Convert printk(KERN_<LEVEL> to pr_<level>
>   gpu: drm: core: Convert printk(KERN_<LEVEL> to pr_<level>
>   gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>
> 
>  drivers/gpu/drm/amd/amdgpu/amdgpu.h                |  3 +-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_afmt.c           |  4 +-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c   |  4 +-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  4 +-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c             |  3 +-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_test.c           |  2 +-
>  drivers/gpu/drm/amd/amdgpu/atom.c                  | 44 ++++++++---------
>  drivers/gpu/drm/amd/amdgpu/ci_dpm.c                |  4 +-
>  drivers/gpu/drm/amd/amdgpu/cik_sdma.c              |  4 +-
>  drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c              |  4 +-
>  drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c              |  4 +-
>  drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c              |  8 ++--
>  drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c              |  8 ++--
>  drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c             |  4 +-
>  drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c             |  4 +-
>  drivers/gpu/drm/amd/include/amd_pcie_helpers.h     |  4 +-
>  drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c   |  2 +-
>  drivers/gpu/drm/amd/powerplay/inc/pp_debug.h       |  2 +-
>  drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c    |  4 +-
>  drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c | 14 +++---
>  .../gpu/drm/amd/powerplay/smumgr/polaris10_smc.c   |  4 +-
>  drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c   |  4 +-
>  drivers/gpu/drm/drm_cache.c                        | 12 ++---
>  drivers/gpu/drm/drm_edid.c                         |  4 +-
>  drivers/gpu/drm/drm_ioc32.c                        |  3 +-
>  drivers/gpu/drm/gma500/cdv_intel_lvds.c            |  9 ++--
>  drivers/gpu/drm/gma500/oaktrail_lvds.c             | 18 +++----
>  drivers/gpu/drm/gma500/psb_drv.h                   |  5 +-
>  drivers/gpu/drm/gma500/psb_intel_lvds.c            |  7 ++-
>  drivers/gpu/drm/i915/i915_sw_fence.c               |  8 ++--
>  drivers/gpu/drm/mgag200/mgag200_mode.c             |  2 +-
>  drivers/gpu/drm/msm/msm_drv.c                      |  2 +-
>  drivers/gpu/drm/nouveau/nouveau_acpi.c             |  7 +--
>  drivers/gpu/drm/nouveau/nouveau_vga.c              |  4 +-
>  drivers/gpu/drm/nouveau/nv50_display.c             | 22 ++++-----
>  drivers/gpu/drm/nouveau/nvkm/core/mm.c             | 10 ++--
>  drivers/gpu/drm/omapdrm/dss/dsi.c                  | 17 ++++---
>  drivers/gpu/drm/omapdrm/dss/dss.c                  |  3 +-
>  drivers/gpu/drm/omapdrm/dss/dss.h                  | 15 +++---
>  drivers/gpu/drm/omapdrm/omap_gem.c                 |  5 +-
>  drivers/gpu/drm/r128/r128_cce.c                    |  7 ++-
>  drivers/gpu/drm/radeon/atom.c                      | 46 ++++++++----------
>  drivers/gpu/drm/radeon/cik.c                       | 56 ++++++++--------------
>  drivers/gpu/drm/radeon/evergreen.c                 |  2 +-
>  drivers/gpu/drm/radeon/evergreen_cs.c              |  7 ++-
>  drivers/gpu/drm/radeon/ni.c                        | 22 +++------
>  drivers/gpu/drm/radeon/r100.c                      | 18 +++----
>  drivers/gpu/drm/radeon/r200.c                      |  3 +-
>  drivers/gpu/drm/radeon/r300.c                      | 13 ++---
>  drivers/gpu/drm/radeon/r420.c                      |  9 ++--
>  drivers/gpu/drm/radeon/r520.c                      |  3 +-
>  drivers/gpu/drm/radeon/r600.c                      | 21 +++-----
>  drivers/gpu/drm/radeon/r600_cs.c                   |  7 ++-
>  drivers/gpu/drm/radeon/radeon.h                    |  3 +-
>  drivers/gpu/drm/radeon/radeon_atpx_handler.c       |  4 +-
>  drivers/gpu/drm/radeon/radeon_audio.c              |  4 +-
>  drivers/gpu/drm/radeon/radeon_clocks.c             |  2 +-
>  drivers/gpu/drm/radeon/radeon_device.c             |  8 ++--
>  drivers/gpu/drm/radeon/radeon_fb.c                 |  3 +-
>  drivers/gpu/drm/radeon/radeon_gem.c                |  4 +-
>  drivers/gpu/drm/radeon/radeon_test.c               |  6 +--
>  drivers/gpu/drm/radeon/rs400.c                     |  4 +-
>  drivers/gpu/drm/radeon/rs690.c                     |  3 +-
>  drivers/gpu/drm/radeon/rv515.c                     |  9 ++--
>  drivers/gpu/drm/radeon/si.c                        | 45 ++++++-----------
>  drivers/gpu/drm/ttm/ttm_bo.c                       |  2 +-
>  drivers/gpu/drm/vmwgfx/vmwgfx_fence.c              |  6 +--
>  drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c      |  3 +-
>  drivers/gpu/drm/vmwgfx/vmwgfx_resource.c           |  4 +-
>  69 files changed, 253 insertions(+), 362 deletions(-)
> 
> -- 
> 2.10.0.rc2.1.g053435c
> 
> _______________________________________________
> Nouveau mailing list
> Nouveau@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/nouveau

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

      parent reply	other threads:[~2017-02-28 13:33 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-28  1:31 [PATCH 0/2] gpu: drm: Use pr_cont and neaten logging Joe Perches
2017-02-28  1:31 ` [PATCH 1/2] drm: Use pr_cont where appropriate Joe Perches
2017-03-01 23:06   ` Alex Deucher
2017-02-28  1:31 ` [PATCH 2/2] gpu: drm: Convert printk(KERN_<LEVEL> to pr_<level> Joe Perches
2017-02-28  9:04   ` Daniel Vetter
2017-02-28 12:55     ` [PATCH 0/3] gpu: drm: Convert printk(KERN_<level> " Joe Perches
2017-02-28 12:55       ` [PATCH 1/3] gpu: drm: amd/radeon: Convert printk(KERN_<LEVEL> " Joe Perches
2017-03-01 23:19         ` Alex Deucher
2017-02-28 12:55       ` [PATCH 2/3] gpu: drm: core: " Joe Perches
2017-02-28 12:55       ` [PATCH 3/3] gpu: drm: drivers: " Joe Perches
2017-02-28 18:26         ` Rob Clark
2017-02-28 19:49         ` Sinclair Yeh
2017-02-28 20:25         ` Patrik Jakobsson
2017-03-01  7:18         ` Tomi Valkeinen
2017-03-01  8:44         ` [Nouveau] " Daniel Vetter
2017-02-28 13:33       ` Daniel Vetter [this message]

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=20170228133315.elsqoq636oqnsydk@phenom.ffwll.local \
    --to=daniel@ffwll.ch \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=daniel.vetter@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=joe@perches.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nouveau@lists.freedesktop.org \
    /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).