Home
last modified time | relevance | path

Searched refs:amdgpu_gpu_recovery (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_job.c54 if (amdgpu_gpu_recovery && in amdgpu_job_timedout()
Dmxgpu_vi.c558 if (!amdgpu_gpu_recovery) { in xgpu_vi_mailbox_rcv_irq()
Damdgpu.h194 extern int amdgpu_gpu_recovery;
1435 return amdgpu_gpu_recovery != 0 && in amdgpu_device_has_timeouts_enabled()
Damdgpu_drv.c157 int amdgpu_gpu_recovery = -1; /* auto */ variable
537 module_param_named(gpu_recovery, amdgpu_gpu_recovery, int, 0444);
Damdgpu_device.c4594 if (amdgpu_gpu_recovery == 0) in amdgpu_device_should_recover_gpu()
4605 if (amdgpu_gpu_recovery == -1) { in amdgpu_device_should_recover_gpu()
4726 if (!need_full_reset && amdgpu_gpu_recovery) { in amdgpu_device_pre_asic_reset()
5405 if (amdgpu_gpu_recovery == 2 && in amdgpu_device_gpu_recover()