All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add NBIO 6.3.2 support
@ 2026-04-22 21:42 Alex Deucher
  2026-04-22 21:42 ` [PATCH 2/4] drm/amdgpu: Add nbio v6_3_2 support Alex Deucher
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alex Deucher @ 2026-04-22 21:42 UTC (permalink / raw)
  To: amd-gfx; +Cc: Alex Deucher

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-04-22 21:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-22 21:42 [PATCH 0/4] Add NBIO 6.3.2 support Alex Deucher
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

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.