Re: [PATCH] drm/amdgpu: Skip the coredump collection on reset during driver reload

2024-04-16 Thread Lazar, Lijo
On 4/17/2024 12:05 AM, Ahmad Rehman wrote: > In passthrough environment, the driver triggers the mode-1 reset on > reload. The reset causes the core dump collection which is delayed task > and prevents driver from unloading until it is completed. Since we do > not need to collect data on "reset

[PATCH] drm/amdgpu: Skip the coredump collection on reset during driver reload

2024-04-16 Thread Ahmad Rehman
In passthrough environment, the driver triggers the mode-1 reset on reload. The reset causes the core dump collection which is delayed task and prevents driver from unloading until it is completed. Since we do not need to collect data on "reset on reload" case, we can skip core dump collection.