From: Philip Yang <yangp@amd.com>
To: Philip Yang <Philip.Yang@amd.com>, amd-gfx@lists.freedesktop.org
Cc: Felix.Kuehling@amd.com, christian.koenig@amd.com, david.yatsin@amd.com
Subject: Re: [PATCH v2 0/4] drm/amdkfd: Move gfx9 MQD to HBM
Date: Wed, 3 Dec 2025 10:52:04 -0500 [thread overview]
Message-ID: <a5a6dc6c-0e91-46ac-a33a-ea556a05189e@amd.com> (raw)
In-Reply-To: <20251201142838.1516452-1-Philip.Yang@amd.com>
ping...
On 2025-12-01 09:28, Philip Yang wrote:
> To reduce multiple queues switch latency, move user queues MQD to HBM,
> and map on GART with mtype RW.
>
> v2: patch 4 GART mapping use MC address, vram_base_offset + physical address
>
> Philip Yang (4):
> drm/amdkfd: Bind gfx9 MQD in GART with mtype RW
> drm/amdkfd: Add domain parameter to alloc kernel BO
> drm/amdkfd: Move gfx9 MQD to VRAM domain
> drm/amdkfd: Map VRAM MQD on GART
>
> drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 9 +-
> drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h | 2 +-
> drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 3 +
> drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | 1 +
> drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 115 +++++++++++++++---
> drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h | 1 +
> drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | 1 +
> drivers/gpu/drm/amd/amdkfd/kfd_debug.c | 1 +
> drivers/gpu/drm/amd/amdkfd/kfd_device.c | 3 +-
> .../drm/amd/amdkfd/kfd_device_queue_manager.c | 1 +
> .../gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c | 9 ++
> .../amd/amdkfd/kfd_process_queue_manager.c | 2 +
> 12 files changed, 124 insertions(+), 24 deletions(-)
>
prev parent reply other threads:[~2025-12-03 15:52 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-01 14:28 [PATCH v2 0/4] drm/amdkfd: Move gfx9 MQD to HBM Philip Yang
2025-12-01 14:28 ` [PATCH v2 1/4] drm/amdkfd: Bind gfx9 MQD in GART with mtype RW Philip Yang
2025-12-03 17:40 ` Kuehling, Felix
2025-12-04 15:10 ` Philip Yang
2025-12-01 14:28 ` [PATCH v2 2/4] drm/amdkfd: Add domain parameter to alloc kernel BO Philip Yang
2025-12-01 17:38 ` Russell, Kent
2025-12-01 20:31 ` Philip Yang
2025-12-01 22:48 ` Russell, Kent
2025-12-03 17:45 ` Kuehling, Felix
2025-12-01 14:28 ` [PATCH v2 3/4] drm/amdkfd: Move gfx9 MQD to VRAM domain Philip Yang
2025-12-03 17:55 ` Kuehling, Felix
2025-12-04 19:28 ` Philip Yang
2025-12-04 22:51 ` Philip Yang
2025-12-05 19:46 ` Felix Kuehling
2025-12-05 21:22 ` Philip Yang
2025-12-01 14:28 ` [PATCH v2 4/4] drm/amdkfd: Map VRAM MQD on GART Philip Yang
2025-12-03 16:06 ` Christian König
2025-12-04 22:43 ` Philip Yang
2025-12-05 9:30 ` Christian König
2025-12-03 15:52 ` Philip Yang [this message]
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=a5a6dc6c-0e91-46ac-a33a-ea556a05189e@amd.com \
--to=yangp@amd.com \
--cc=Felix.Kuehling@amd.com \
--cc=Philip.Yang@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=christian.koenig@amd.com \
--cc=david.yatsin@amd.com \
/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.