]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: Use device wedged event
authorAndré Almeida <andrealmeid@igalia.com>
Tue, 4 Feb 2025 07:05:28 +0000 (12:35 +0530)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 13 Feb 2025 17:15:44 +0000 (12:15 -0500)
commit6fe52b63f569c11a70b737751055afd46c4454b3
tree2adfb0673498ae724ebabc20be64418e415dd9c7
parent11bb3d1876fc59d2699e8050a361c9bc92464830
drm/amdgpu: Use device wedged event

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 <shashank.sharma@amd.com>
Signed-off-by: André Almeida <andrealmeid@igalia.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250204070528.1919158-6-raag.jadav@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c