diff options
| author | Alex Deucher <alexander.deucher@amd.com> | 2025-03-03 17:35:32 -0500 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2025-04-07 15:18:34 -0400 |
| commit | 8ae1a4eef78c09a61b62f85e2dfc128c7365d18d (patch) | |
| tree | a4f24cdae679d6b36f9063ff2ee2bf5c87136eed /Documentation/gpu/amdgpu/debugging.rst | |
| parent | drm/amdgpu: continue cleaning up sid.h and si_enums.h (diff) | |
| download | linux-8ae1a4eef78c09a61b62f85e2dfc128c7365d18d.tar.gz linux-8ae1a4eef78c09a61b62f85e2dfc128c7365d18d.zip | |
drm/amdgpu: add initial documentation for debugfs files
Describes what debugfs files are available and what
they are used for.
v2: fix some typos (Mark Glines)
v3: Address comments from Siqueira and Kent
Reviewed-by: Rodrigo Siqueira <siqueira@igalia.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'Documentation/gpu/amdgpu/debugging.rst')
| -rw-r--r-- | Documentation/gpu/amdgpu/debugging.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/gpu/amdgpu/debugging.rst b/Documentation/gpu/amdgpu/debugging.rst index e75f97d0e4ea..7cbfea0606e1 100644 --- a/Documentation/gpu/amdgpu/debugging.rst +++ b/Documentation/gpu/amdgpu/debugging.rst @@ -2,6 +2,13 @@ GPU Debugging =============== +General Debugging Options +========================= + +The DebugFS section provides documentation on a number files to aid in debugging +issues on the GPU. + + GPUVM Debugging =============== |
