From: Alex Deucher <alexander.deucher@amd.com>
To: <amd-gfx@lists.freedesktop.org>
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: [PATCH 0/5] SDMA 7.1 support
Date: Thu, 20 Nov 2025 17:51:44 -0500 [thread overview]
Message-ID: <20251120225148.23345-1-alexander.deucher@amd.com> (raw)
Add SDMA 7.1 support. The first patch adds
the packet header which is large for the list.
Likun Gao (3):
drm/amdgpu: create pkt header for sdma v7_1
drm/amdgpu: Add sdma v7_1_0 support
drm/amdgpu: add support for sdma v7_1
Mukul Joshi (2):
drm/amdgpu: Update Generate PTE/PDE SDMA packet for SDMA 7.1
drm/amdkfd: Add SDMA 7.1.0 support in KFD
drivers/gpu/drm/amd/amdgpu/Makefile | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 4 +
drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h | 10 +-
drivers/gpu/drm/amd/amdgpu/sdma_v7_1.c | 1845 ++++++
drivers/gpu/drm/amd/amdgpu/sdma_v7_1.h | 30 +
.../gpu/drm/amd/amdgpu/sdma_v7_1_0_pkt_open.h | 5673 +++++++++++++++++
drivers/gpu/drm/amd/amdkfd/kfd_device.c | 1 +
7 files changed, 7563 insertions(+), 3 deletions(-)
create mode 100644 drivers/gpu/drm/amd/amdgpu/sdma_v7_1.c
create mode 100644 drivers/gpu/drm/amd/amdgpu/sdma_v7_1.h
create mode 100644 drivers/gpu/drm/amd/amdgpu/sdma_v7_1_0_pkt_open.h
--
2.51.1
next reply other threads:[~2025-11-20 22:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-20 22:51 Alex Deucher [this message]
2025-11-20 22:51 ` [PATCH 2/5] drm/amdgpu: Add sdma v7_1_0 support Alex Deucher
2025-11-20 22:51 ` [PATCH 3/5] drm/amdgpu: Update Generate PTE/PDE SDMA packet for SDMA 7.1 Alex Deucher
2025-11-20 22:51 ` [PATCH 4/5] drm/amdkfd: Add SDMA 7.1.0 support in KFD Alex Deucher
2025-11-20 22:51 ` [PATCH 5/5] drm/amdgpu: add support for sdma v7_1 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=20251120225148.23345-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox