Searched refs:amdgpu_gpu_recovery (Results 1 – 5 of 5) sorted by relevance
54 if (amdgpu_gpu_recovery && in amdgpu_job_timedout()
558 if (!amdgpu_gpu_recovery) { in xgpu_vi_mailbox_rcv_irq()
192 extern int amdgpu_gpu_recovery;1444 return amdgpu_gpu_recovery != 0 && in amdgpu_device_has_timeouts_enabled()
163 int amdgpu_gpu_recovery = -1; /* auto */ variable545 module_param_named(gpu_recovery, amdgpu_gpu_recovery, int, 0444);
4619 if (amdgpu_gpu_recovery == 0) in amdgpu_device_should_recover_gpu()4629 if (amdgpu_gpu_recovery == -1) { in amdgpu_device_should_recover_gpu()4750 if (!need_full_reset && amdgpu_gpu_recovery && in amdgpu_device_pre_asic_reset()
Completed in 27 milliseconds