From: Alex Deucher <alexander.deucher@amd.com>
To: <amd-gfx@lists.freedesktop.org>
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: [PATCH 0/2] Add mmhub 4.2.0 support
Date: Thu, 30 Oct 2025 16:50:50 -0400 [thread overview]
Message-ID: <20251030205051.590971-1-alexander.deucher@amd.com> (raw)
Enable support for a new mmhub. Patch 1 was
just register headers and was very large so
I'm just sending patch 2.
Hawking Zhang (1):
drm/amdgpu: Add mmhub v4_2_0 ip headers v5
Likun Gao (1):
drm/amdgpu: Add initial support for mmhub v4_2
drivers/gpu/drm/amd/amdgpu/Makefile | 3 +-
drivers/gpu/drm/amd/amdgpu/mmhub_v4_2_0.c | 915 +++++
drivers/gpu/drm/amd/amdgpu/mmhub_v4_2_0.h | 28 +
.../asic_reg/mmhub/mmhub_4_2_0_offset.h | 802 +++++
.../asic_reg/mmhub/mmhub_4_2_0_sh_mask.h | 3013 +++++++++++++++++
5 files changed, 4760 insertions(+), 1 deletion(-)
create mode 100644 drivers/gpu/drm/amd/amdgpu/mmhub_v4_2_0.c
create mode 100644 drivers/gpu/drm/amd/amdgpu/mmhub_v4_2_0.h
create mode 100644 drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_4_2_0_offset.h
create mode 100644 drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_4_2_0_sh_mask.h
--
2.51.1
next reply other threads:[~2025-10-30 20:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-30 20:50 Alex Deucher [this message]
2025-10-30 20:50 ` [PATCH 2/2] drm/amdgpu: Add initial support for mmhub v4_2 Alex Deucher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251030205051.590971-1-alexander.deucher@amd.com \
--to=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.