From: Alex Deucher <alexander.deucher@amd.com>
To: <amd-gfx@lists.freedesktop.org>
Cc: Alex Deucher <alexander.deucher@amd.com>, samuel.pitoiset@gmail.com
Subject: [PATCH 0/3] Add GPU page fault query interface
Date: Thu, 25 May 2023 12:52:16 -0400 [thread overview]
Message-ID: <20230525165219.544671-1-alexander.deucher@amd.com> (raw)
This patch set adds support for an application to query GPU
page faults. It's useful for debugging and there are
vulkan extensions that could make use of this. Preliminary
user space code which uses this can be found here:
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23238
https://gitlab.freedesktop.org/mesa/drm/-/merge_requests/298
Note, that I made a small change to the vmhub definition to
decouple it from how the kernel tracks vmhubs so that we have
a consistent user view even if we decide to add more vmhubs
like we recently did for gfx 9.4.3.
I've also pushed the changed to:
https://gitlab.freedesktop.org/agd5f/linux/-/commits/gpu_fault_info_ioctl
Alex Deucher (3):
drm/amdgpu: add cached GPU fault structure to vm struct
drm/amdgpu: cache gpuvm fault information for gmc7+
drm/amdgpu: add new INFO ioctl query for the last GPU page fault
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 16 +++++++++
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 45 +++++++++++++++++++++++++
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | 31 +++++++++++++++--
drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c | 3 ++
drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c | 3 ++
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c | 3 ++
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 3 ++
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 11 +++---
include/uapi/drm/amdgpu_drm.h | 16 +++++++++
10 files changed, 126 insertions(+), 8 deletions(-)
--
2.40.1
next reply other threads:[~2023-05-25 16:52 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-25 16:52 Alex Deucher [this message]
2023-05-25 16:52 ` [PATCH 1/3] drm/amdgpu: add cached GPU fault structure to vm struct Alex Deucher
2023-06-07 9:26 ` Chen, Guchun
2023-05-25 16:52 ` [PATCH 2/3] drm/amdgpu: cache gpuvm fault information for gmc7+ Alex Deucher
2023-05-25 16:52 ` [PATCH 3/3] drm/amdgpu: add new INFO ioctl query for the last GPU page fault Alex Deucher
2023-06-26 11:47 ` Christian König
2023-06-06 15:40 ` [PATCH 0/3] Add GPU page fault query interface Alex Deucher
2023-06-07 9:27 ` Chen, Guchun
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=20230525165219.544671-1-alexander.deucher@amd.com \
--to=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=samuel.pitoiset@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox