Re: [PATCH v2 1/1] drm/amdgpu: Use device wedged event

2024-12-16 Thread André Almeida
Em 16/12/2024 12:27, Christian König escreveu: Am 16.12.24 um 16:02 schrieb André Almeida: Use DRM's device wedged event to notify userspace that a reset had happened. For now, only use `none` method meant for telemetry capture. In the future we might want to report a recovery method if the res

Re: [PATCH v2 1/1] drm/amdgpu: Use device wedged event

2024-12-16 Thread Christian König
Am 16.12.24 um 16:02 schrieb André Almeida: Use DRM's device wedged event to notify userspace that a reset had happened. For now, only use `none` method meant for telemetry capture. In the future we might want to report a recovery method if the reset didn't succeed. Acked-by: Shashank Sharma S

[PATCH v2 1/1] drm/amdgpu: Use device wedged event

2024-12-16 Thread André Almeida
Use DRM's device wedged event to notify userspace that a reset had happened. For now, only use `none` method meant for telemetry capture. In the future we might want to report a recovery method if the reset didn't succeed. Acked-by: Shashank Sharma Signed-off-by: André Almeida --- v2: Only repo