RE: [PATCH 1/2] drm/amdgpu: Add fatal error detected flag

2024-02-22 Thread Kamal, Asad
amal, Asad Subject: [PATCH 1/2] drm/amdgpu: Add fatal error detected flag For a RAS error that needs a full reset to recover, set the fatal error status. Clear the status once the device is reset. Signed-off-by: Lijo Lazar --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 + drivers/gpu/drm

[PATCH 1/2] drm/amdgpu: Add fatal error detected flag

2024-02-22 Thread Lijo Lazar
For a RAS error that needs a full reset to recover, set the fatal error status. Clear the status once the device is reset. Signed-off-by: Lijo Lazar --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c| 32 ++ drivers/gpu/drm/amd/