mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
drm/amdgpu: Skip IP coredump for RAS errors
For RAS errors, source of error is known. Skip the core dump of IP states. Signed-off-by: Lijo Lazar <lijo.lazar@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
047767ddc9
commit
81db4eab28
|
|
@ -2605,6 +2605,7 @@ static void amdgpu_ras_do_recovery(struct work_struct *work)
|
|||
reset_context.method = AMD_RESET_METHOD_NONE;
|
||||
reset_context.reset_req_dev = adev;
|
||||
reset_context.src = AMDGPU_RESET_SRC_RAS;
|
||||
set_bit(AMDGPU_SKIP_COREDUMP, &reset_context.flags);
|
||||
|
||||
/* Perform full reset in fatal error mode */
|
||||
if (!amdgpu_ras_is_poison_mode_supported(ras->adev))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user