AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Felix Kuehling <felix.kuehling@amd.com>
To: Rajneesh Bhardwaj <rajneesh.bhardwaj@amd.com>,
	amd-gfx@lists.freedesktop.org
Subject: Re: [PATCH 0/4] General cleanup and SPDX update
Date: Fri, 11 Feb 2022 15:06:54 -0500	[thread overview]
Message-ID: <edcc4ab9-5876-d882-e6bb-edd52bb0bf38@amd.com> (raw)
In-Reply-To: <20220211185925.4178-1-rajneesh.bhardwaj@amd.com>


Am 2022-02-11 um 13:59 schrieb Rajneesh Bhardwaj:
> There are a bunch of warnings from checkpatch and kerneldoc style issues
> that this cleanup series tries to address and also update the SPDX
> License header for all the KFD files within amdgpu driver.

The series is

Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>


>
>
> Rajneesh Bhardwaj (4):
>    drm/amdgpu: Fix some kerneldoc warnings
>    drm/amdkfd: updade SPDX license header
>    drm/amdkfd: Fix leftover errors and warnings
>    drm/amdgpu: Fix a kerneldoc warning
>
>   .../gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c |  4 ++--
>   .../gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c  |  2 +-
>   drivers/gpu/drm/amd/amdgpu/amdgpu_device.c    |  6 +++++-
>   drivers/gpu/drm/amd/amdkfd/kfd_chardev.c      | 14 +++++++------
>   drivers/gpu/drm/amd/amdkfd/kfd_crat.c         |  5 +++--
>   drivers/gpu/drm/amd/amdkfd/kfd_crat.h         |  5 +++--
>   drivers/gpu/drm/amd/amdkfd/kfd_debugfs.c      |  5 +++--
>   drivers/gpu/drm/amd/amdkfd/kfd_device.c       |  8 +++++---
>   .../drm/amd/amdkfd/kfd_device_queue_manager.c | 20 +++++++++----------
>   .../drm/amd/amdkfd/kfd_device_queue_manager.h | 11 +++++-----
>   .../amd/amdkfd/kfd_device_queue_manager_cik.c |  3 ++-
>   .../amd/amdkfd/kfd_device_queue_manager_v10.c | 12 ++---------
>   .../amd/amdkfd/kfd_device_queue_manager_v9.c  |  3 ++-
>   .../amd/amdkfd/kfd_device_queue_manager_vi.c  |  3 ++-
>   drivers/gpu/drm/amd/amdkfd/kfd_doorbell.c     |  3 ++-
>   drivers/gpu/drm/amd/amdkfd/kfd_events.c       |  3 ++-
>   drivers/gpu/drm/amd/amdkfd/kfd_events.h       |  3 ++-
>   drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c  |  5 +++--
>   .../gpu/drm/amd/amdkfd/kfd_int_process_v9.c   |  6 ++++--
>   drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c    |  3 ++-
>   drivers/gpu/drm/amd/amdkfd/kfd_iommu.c        |  3 ++-
>   drivers/gpu/drm/amd/amdkfd/kfd_iommu.h        |  3 ++-
>   drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c |  3 ++-
>   drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h |  3 ++-
>   drivers/gpu/drm/amd/amdkfd/kfd_migrate.c      |  2 +-
>   drivers/gpu/drm/amd/amdkfd/kfd_module.c       |  3 ++-
>   drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager.c  |  4 +++-
>   drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager.h  |  3 ++-
>   .../gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c  |  3 ++-
>   .../gpu/drm/amd/amdkfd/kfd_mqd_manager_v10.c  |  5 +++--
>   .../gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c   |  3 ++-
>   .../gpu/drm/amd/amdkfd/kfd_mqd_manager_vi.c   |  4 +++-
>   .../gpu/drm/amd/amdkfd/kfd_packet_manager.c   |  3 ++-
>   .../drm/amd/amdkfd/kfd_packet_manager_v9.c    |  3 ++-
>   .../drm/amd/amdkfd/kfd_packet_manager_vi.c    |  3 ++-
>   drivers/gpu/drm/amd/amdkfd/kfd_pasid.c        |  3 ++-
>   drivers/gpu/drm/amd/amdkfd/kfd_pm4_headers.h  |  3 ++-
>   .../gpu/drm/amd/amdkfd/kfd_pm4_headers_ai.h   |  3 ++-
>   .../amd/amdkfd/kfd_pm4_headers_aldebaran.h    |  3 ++-
>   .../gpu/drm/amd/amdkfd/kfd_pm4_headers_diq.h  |  3 ++-
>   .../gpu/drm/amd/amdkfd/kfd_pm4_headers_vi.h   |  7 ++++---
>   drivers/gpu/drm/amd/amdkfd/kfd_pm4_opcodes.h  |  3 ++-
>   drivers/gpu/drm/amd/amdkfd/kfd_priv.h         |  7 ++++---
>   drivers/gpu/drm/amd/amdkfd/kfd_process.c      |  3 ++-
>   .../amd/amdkfd/kfd_process_queue_manager.c    |  3 ++-
>   drivers/gpu/drm/amd/amdkfd/kfd_queue.c        |  3 ++-
>   drivers/gpu/drm/amd/amdkfd/kfd_smi_events.c   |  3 ++-
>   drivers/gpu/drm/amd/amdkfd/kfd_smi_events.h   |  3 ++-
>   drivers/gpu/drm/amd/amdkfd/kfd_topology.c     |  9 +++++----
>   drivers/gpu/drm/amd/amdkfd/kfd_topology.h     |  3 ++-
>   50 files changed, 137 insertions(+), 94 deletions(-)
>

      parent reply	other threads:[~2022-02-11 20:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-11 18:59 [PATCH 0/4] General cleanup and SPDX update Rajneesh Bhardwaj
2022-02-11 18:59 ` [PATCH 1/4] drm/amdgpu: Fix some kerneldoc warnings Rajneesh Bhardwaj
2022-02-11 18:59 ` [PATCH 2/4] drm/amdkfd: updade SPDX license header Rajneesh Bhardwaj
2022-02-11 18:59 ` [PATCH 3/4] drm/amdkfd: Fix leftover errors and warnings Rajneesh Bhardwaj
2022-02-11 18:59 ` [PATCH 4/4] drm/amdgpu: Fix a kerneldoc warning Rajneesh Bhardwaj
2022-02-11 20:06 ` Felix Kuehling [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=edcc4ab9-5876-d882-e6bb-edd52bb0bf38@amd.com \
    --to=felix.kuehling@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=rajneesh.bhardwaj@amd.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