HomeSort by: relevance | last modified time | path
    Searched refs:soft_recovery (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ring.c 422 if (amdgpu_sriov_vf(ring->adev) || !ring->funcs->soft_recovery || !fence)
428 ring->funcs->soft_recovery(ring, vmid);
amdgpu_ring.h 178 void (*soft_recovery)(struct amdgpu_ring *ring, unsigned vmid); member in struct:amdgpu_ring_funcs
amdgpu_gfx_v7_0.c 5036 .soft_recovery = gfx_v7_0_ring_soft_recovery,
amdgpu_gfx_v8_0.c 6948 .soft_recovery = gfx_v8_0_ring_soft_recovery,
amdgpu_gfx_v9_0.c 6490 .soft_recovery = gfx_v9_0_ring_soft_recovery,

Completed in 24 milliseconds