soft_recovery     413 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c 	if (amdgpu_sriov_vf(ring->adev) || !ring->funcs->soft_recovery || !fence)
soft_recovery     419 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c 		ring->funcs->soft_recovery(ring, vmid);
soft_recovery     174 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h 	void (*soft_recovery)(struct amdgpu_ring *ring, unsigned vmid);
soft_recovery    5027 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	.soft_recovery = gfx_v7_0_ring_soft_recovery,
soft_recovery    6975 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	.soft_recovery = gfx_v8_0_ring_soft_recovery,
soft_recovery    6244 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	.soft_recovery = gfx_v9_0_ring_soft_recovery,