[PATCH 0/2] Add ATHUB 4.1 support
Alex Deucher
alexander.deucher at amd.com
Tue Feb 6 20:12:50 UTC 2024
This adds support for ATHUB 4.1.x. The driver's
interaction with this hardware is largely limited
to enabling clockgating features.
The first just adds the register headers and is
large, so I've omitted it.
Hawking Zhang (2):
drm/amdgpu: Add athub v4_1_0 ip headers (v5)
drm/amdgpu: Add athub v4_1_0 ip block support
drivers/gpu/drm/amd/amdgpu/Makefile | 3 +-
drivers/gpu/drm/amd/amdgpu/athub_v4_1_0.c | 121 ++
drivers/gpu/drm/amd/amdgpu/athub_v4_1_0.h | 30 +
.../asic_reg/athub/athub_4_1_0_offset.h | 287 ++++
.../asic_reg/athub/athub_4_1_0_sh_mask.h | 1348 +++++++++++++++++
5 files changed, 1788 insertions(+), 1 deletion(-)
create mode 100644 drivers/gpu/drm/amd/amdgpu/athub_v4_1_0.c
create mode 100644 drivers/gpu/drm/amd/amdgpu/athub_v4_1_0.h
create mode 100644 drivers/gpu/drm/amd/include/asic_reg/athub/athub_4_1_0_offset.h
create mode 100644 drivers/gpu/drm/amd/include/asic_reg/athub/athub_4_1_0_sh_mask.h
--
2.42.0
More information about the amd-gfx
mailing list