mbox series

[v2,0/3] drm/amdgpu: Small reset improvements

Message ID 20250220162750.343139-1-andrealmeid@igalia.com (mailing list archive)
Headers show
Series drm/amdgpu: Small reset improvements | expand

Message

André Almeida Feb. 20, 2025, 4:27 p.m. UTC
This series does some small improvements to GPU reset information collection.

v2: Keep the wedge event in amdgpu_device_gpu_recover() and add and
    extra check to avoid triggering two events.

André Almeida (3):
  drm/amdgpu: Log the creation of a coredump file
  drm/amdgpu: Log after a successful ring reset
  drm/amdgpu: Trigger a wedged event for every type of reset

 .../gpu/drm/amd/amdgpu/amdgpu_dev_coredump.c  |  4 ++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_job.c       | 21 ++++++++++++-------
 2 files changed, 18 insertions(+), 7 deletions(-)