Home
last modified time | relevance | path

Searched refs:psp_ring_stop (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_psp.h136 #define psp_ring_stop(psp, type) (psp)->funcs->ring_stop((psp), (type)) macro
H A Damdgpu_psp.c473 ret = psp_ring_stop(psp, PSP_RING_TYPE__KM); in psp_suspend()