diff options
| author | 2026-02-04 16:45:36 +0100 | |
|---|---|---|
| committer | 2026-04-03 16:16:25 -0400 | |
| commit | 7b15fc2d1f1a00fb99f0146e404ff2600999ec74 (patch) | |
| tree | 85302a1131772051f756e142de8eeba33d571e2b /tools/perf/scripts/python/bin | |
| parent | drm/amdgpu: store ib info for devcoredump (diff) | |
drm/amdgpu: dump job ibs in the devcoredump
Now that we have a worker thread, we can try to access the
IBs of the job. The process is:
* get the VM from the PASID
* get the BO from its VA and the VM
* map the BO for CPU access
* copy everything, then add it to the dump
Each step can fail so we have to be cautious.
These operations can be slow so when amdgpu_devcoredump_format
is called only to determine the size of the buffer we skip all
of them and assume they will succeed.
---
v3: use kvfree
---
Signed-off-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
