Re: [PATCH v2] drm/amdgpu: Add Ring Hang Events

2024-05-13 Thread Christian König
Am 09.05.24 um 22:41 schrieb Ori Messinger: This patch adds 'ring hang' events to the driver. This is done by adding a 'reset_ring_hang' bool variable to the struct 'amdgpu_reset_context' in the amdgpu_reset.h file. The purpose for this 'reset_ring_hang' variable is whenever a GPU reset is initia

[PATCH v2] drm/amdgpu: Add Ring Hang Events

2024-05-09 Thread Ori Messinger
This patch adds 'ring hang' events to the driver. This is done by adding a 'reset_ring_hang' bool variable to the struct 'amdgpu_reset_context' in the amdgpu_reset.h file. The purpose for this 'reset_ring_hang' variable is whenever a GPU reset is initiated due to a ring hang, the reset_ring_hang sh