[PATCH 0/4] Update GMC 11 support
Alex Deucher
alexander.deucher at amd.com
Thu Aug 17 18:15:07 UTC 2023
Add support for gfxhub 11.5 and mmhub 3.3
support to the GMC (Graphics Memory Controller)
11 code.
The register headers in patch 1 are too
big for the mailing list.
Lang Yu (2):
drm/amdgpu: add mmhub 3.3.0 headers
drm/amdgpu: add mmhub 3.3.0 support
Prike Liang (1):
drm/amdgpu: enable gmc11 for GC 11.5.0
benl (1):
drm/amdgpu: add gfxhub 11.5.0 support
drivers/gpu/drm/amd/amdgpu/Makefile | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 1 +
drivers/gpu/drm/amd/amdgpu/gfxhub_v11_5_0.c | 517 ++
drivers/gpu/drm/amd/amdgpu/gfxhub_v11_5_0.h | 29 +
drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c | 8 +
drivers/gpu/drm/amd/amdgpu/mmhub_v3_3.c | 590 ++
drivers/gpu/drm/amd/amdgpu/mmhub_v3_3.h | 29 +
.../asic_reg/mmhub/mmhub_3_3_0_offset.h | 1395 ++++
.../asic_reg/mmhub/mmhub_3_3_0_sh_mask.h | 6722 +++++++++++++++++
9 files changed, 9293 insertions(+), 1 deletion(-)
create mode 100644 drivers/gpu/drm/amd/amdgpu/gfxhub_v11_5_0.c
create mode 100644 drivers/gpu/drm/amd/amdgpu/gfxhub_v11_5_0.h
create mode 100644 drivers/gpu/drm/amd/amdgpu/mmhub_v3_3.c
create mode 100644 drivers/gpu/drm/amd/amdgpu/mmhub_v3_3.h
create mode 100644 drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_3_3_0_offset.h
create mode 100644 drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_3_3_0_sh_mask.h
--
2.41.0
More information about the amd-gfx
mailing list