All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexander.deucher@amd.com>
To: <amd-gfx@lists.freedesktop.org>
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: [PATCH 0/4] Add NBIO 6.3.2 support
Date: Wed, 22 Apr 2026 17:42:04 -0400	[thread overview]
Message-ID: <20260422214207.2241171-1-alexander.deucher@amd.com> (raw)

This series adds support for nbio 6.3.2.  The
first patch just adds new register headers and
is too big for the list.

Hawking Zhang (2):
  drm/amdgpu: Add nbio v6_3_2 ip headers v4
  drm/amdgpu: Add nbio v6_3_2 support

Likun Gao (2):
  drm/amdgpu: add doorbell range function for nbio v6_3_2
  drm/amdgpu: support nbio v6_3_2

 drivers/gpu/drm/amd/amdgpu/Makefile           |     2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c |     4 +
 drivers/gpu/drm/amd/amdgpu/nbio_v6_3_2.c      |   369 +
 drivers/gpu/drm/amd/amdgpu/nbio_v6_3_2.h      |    31 +
 drivers/gpu/drm/amd/amdgpu/soc_v1_0.c         |     2 +
 .../include/asic_reg/nbio/nbio_6_3_2_offset.h | 13149 ++++
 .../asic_reg/nbio/nbio_6_3_2_sh_mask.h        | 49475 ++++++++++++++++
 7 files changed, 63031 insertions(+), 1 deletion(-)
 create mode 100644 drivers/gpu/drm/amd/amdgpu/nbio_v6_3_2.c
 create mode 100644 drivers/gpu/drm/amd/amdgpu/nbio_v6_3_2.h
 create mode 100644 drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_6_3_2_offset.h
 create mode 100644 drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_6_3_2_sh_mask.h

-- 
2.53.0


             reply	other threads:[~2026-04-22 21:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-22 21:42 Alex Deucher [this message]
2026-04-22 21:42 ` [PATCH 2/4] drm/amdgpu: Add nbio v6_3_2 support Alex Deucher
2026-04-22 21:42 ` [PATCH 3/4] drm/amdgpu: add doorbell range function for nbio v6_3_2 Alex Deucher
2026-04-22 21:42 ` [PATCH 4/4] drm/amdgpu: support " Alex Deucher

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=20260422214207.2241171-1-alexander.deucher@amd.com \
    --to=alexander.deucher@amd.com \
    --cc=amd-gfx@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 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.