All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Add new SoC21 infrastructure
@ 2022-04-26 18:52 Alex Deucher
  2022-04-26 18:52 ` [PATCH 3/5] drm/amdgpu: add nbio callback to query rom offset Alex Deucher
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alex Deucher @ 2022-04-26 18:52 UTC (permalink / raw)
  To: amd-gfx; +Cc: Alex Deucher

This adds GPU SoC infrastructure for asics which
use the soc21 design.  The first two patches are
register headers which are too big for the mailing
list so I have omitted them.

Hawking Zhang (3):
  drm/amdgpu: add mp v13_0_0 ip headers v7
  drm/amdgpu: add gc v11_0_0 ip headers v11
  drm/amdgpu: add nbio callback to query rom offset

Likun Gao (1):
  drm/amdgpu: add new write field for soc21

Stanley.Yang (1):
  drm/amdgpu: add soc21 common ip block v2

 drivers/gpu/drm/amd/amdgpu/Makefile           |     2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c      |    13 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.h      |     1 +
 drivers/gpu/drm/amd/amdgpu/soc15_common.h     |     8 +
 drivers/gpu/drm/amd/amdgpu/soc21.c            |   620 +
 drivers/gpu/drm/amd/amdgpu/soc21.h            |    30 +
 .../include/asic_reg/gc/gc_11_0_0_default.h   |  6114 +++
 .../include/asic_reg/gc/gc_11_0_0_offset.h    | 11670 +++++
 .../include/asic_reg/gc/gc_11_0_0_sh_mask.h   | 41635 ++++++++++++++++
 .../include/asic_reg/mp/mp_13_0_0_offset.h    |   461 +
 .../include/asic_reg/mp/mp_13_0_0_sh_mask.h   |   682 +
 11 files changed, 61233 insertions(+), 3 deletions(-)
 create mode 100644 drivers/gpu/drm/amd/amdgpu/soc21.c
 create mode 100644 drivers/gpu/drm/amd/amdgpu/soc21.h
 create mode 100644 drivers/gpu/drm/amd/include/asic_reg/gc/gc_11_0_0_default.h
 create mode 100644 drivers/gpu/drm/amd/include/asic_reg/gc/gc_11_0_0_offset.h
 create mode 100644 drivers/gpu/drm/amd/include/asic_reg/gc/gc_11_0_0_sh_mask.h
 create mode 100644 drivers/gpu/drm/amd/include/asic_reg/mp/mp_13_0_0_offset.h
 create mode 100644 drivers/gpu/drm/amd/include/asic_reg/mp/mp_13_0_0_sh_mask.h

-- 
2.35.1


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

end of thread, other threads:[~2022-04-27  5:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-26 18:52 [PATCH 0/5] Add new SoC21 infrastructure Alex Deucher
2022-04-26 18:52 ` [PATCH 3/5] drm/amdgpu: add nbio callback to query rom offset Alex Deucher
2022-04-26 18:52 ` [PATCH 4/5] drm/amdgpu: add new write field for soc21 Alex Deucher
2022-04-26 18:52 ` [PATCH 5/5] drm/amdgpu: add soc21 common ip block v2 Alex Deucher
2022-04-27  5:54 ` [PATCH 0/5] Add new SoC21 infrastructure Christian König

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.