[PATCH 0/5] Add new SoC21 infrastructure
Alex Deucher
alexander.deucher at amd.com
Tue Apr 26 18:52:52 UTC 2022
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
More information about the amd-gfx
mailing list