RE: [PATCH 3/3] drm/amdgpu: Change the timing of doing coredump

2024-08-15 Thread Huang, Trigger
[AMD Official Use Only - AMD Internal Distribution Only] > -Original Message- > From: Alex Deucher > Sent: Friday, August 16, 2024 12:09 AM > To: Huang, Trigger > Cc: amd-gfx@lists.freedesktop.org; Khatri, Sunil ; > Deucher, Alexander > Subject: Re: [PATCH 3/3] d

Re: [PATCH 3/3] drm/amdgpu: Change the timing of doing coredump

2024-08-15 Thread Alex Deucher
On Thu, Aug 15, 2024 at 7:50 AM wrote: > > From: Trigger Huang > > Do the coredump immediately after a job timeout to get a closer > representation of GPU's error status. For other code paths that > need to do the coredump, keep the original logic unchanged, except: > 1,All the coredump operation

[PATCH 3/3] drm/amdgpu: Change the timing of doing coredump

2024-08-15 Thread Trigger.Huang
From: Trigger Huang Do the coredump immediately after a job timeout to get a closer representation of GPU's error status. For other code paths that need to do the coredump, keep the original logic unchanged, except: 1,All the coredump operations will be under the control of parameter amdgpu_gpu_c