On Thu, Jan 16, 2025 at 11:57 AM Marco Moock <mm@xxxxxxxxxx> wrote: > > Am 16.01.2025 um 11:32:42 Uhr schrieb Alex Deucher: > > > I'd like to see the driver messages leading up to that. > > I've now attached the entire dmesg without the firewall stuff. Does the attached test patch help? Alex > > -- > Gruß > Marco
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_job.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_job.c index 100f044759435..2fd80c4ba833e 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_job.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_job.c @@ -108,8 +108,6 @@ static enum drm_gpu_sched_stat amdgpu_job_timedout(struct drm_sched_job *s_job) * Skip it for SRIOV, since VF FLR will be triggered by host driver * before job timeout */ - if (!amdgpu_sriov_vf(adev)) - amdgpu_job_core_dump(adev, job); if (amdgpu_gpu_recovery && amdgpu_ring_soft_recovery(ring, job->vmid, s_job->s_fence->parent)) {