Home
last modified time | relevance | path

Searched refs:amdgpu_device_should_recover_gpu (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Dmxgpu_ai.c284 if (amdgpu_device_should_recover_gpu(adev) in xgpu_ai_mailbox_flr_work()
Dmxgpu_nv.c308 if (amdgpu_device_should_recover_gpu(adev) in xgpu_nv_mailbox_flr_work()
Damdgpu_job.c68 if (amdgpu_device_should_recover_gpu(ring->adev)) { in amdgpu_job_timedout()
Dmxgpu_vi.c525 if (amdgpu_device_should_recover_gpu(adev)) { in xgpu_vi_mailbox_flr_work()
Damdgpu_amdkfd.c270 if (amdgpu_device_should_recover_gpu(adev)) in amdgpu_amdkfd_gpu_reset()
Damdgpu.h1257 bool amdgpu_device_should_recover_gpu(struct amdgpu_device *adev);
Damdgpu_ras.c1946 if (amdgpu_device_should_recover_gpu(ras->adev)) { in amdgpu_ras_do_recovery()
Damdgpu_device.c4577 bool amdgpu_device_should_recover_gpu(struct amdgpu_device *adev) in amdgpu_device_should_recover_gpu() function