Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_psp.h135 #define psp_ring_create(psp, type) (psp)->funcs->ring_create((psp), (type)) macro
H A Damdgpu_psp.c272 ret = psp_ring_create(psp, PSP_RING_TYPE__KM); in psp_hw_start()