[PATCH 0/5] Add new SoC21 infrastructure
Christian König
ckoenig.leichtzumerken at gmail.com
Wed Apr 27 05:54:54 UTC 2022
Am 26.04.22 um 20:52 schrieb 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.
We really have to find a way to better compress those.
Anyway series is Acked-by: Christian König <christian.koenig at amd.com>
>
> 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
>
More information about the amd-gfx
mailing list