All of lore.kernel.org
 help / color / mirror / Atom feed
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
Date: Wed, 19 Nov 2025 09:50:45 -0500	[thread overview]
Message-ID: <20251119145046.3662996-1-alexander.deucher@amd.com> (raw)

Add MMHUB 4.2 support.  The first patch
adds register headers and is large for the list.

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     |  913 +++++
 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, 4758 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


             reply	other threads:[~2025-11-19 14:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-19 14:50 Alex Deucher [this message]
2025-11-19 14: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=20251119145046.3662996-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.