diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h index e79795b59797..1b7d12d88720 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h | |||
@@ -125,6 +125,7 @@ struct amdgpu_psp_funcs { | |||
125 | #define psp_prep_cmd_buf(ucode, type) (psp)->prep_cmd_buf((ucode), (type)) | 125 | #define psp_prep_cmd_buf(ucode, type) (psp)->prep_cmd_buf((ucode), (type)) |
126 | #define psp_ring_init(psp, type) (psp)->ring_init((psp), (type)) | 126 | #define psp_ring_init(psp, type) (psp)->ring_init((psp), (type)) |
127 | #define psp_ring_create(psp, type) (psp)->ring_create((psp), (type)) | 127 | #define psp_ring_create(psp, type) (psp)->ring_create((psp), (type)) |
128 | #define psp_ring_stop(psp, type) (psp)->ring_stop((psp), (type)) | ||
128 | #define psp_ring_destroy(psp, type) ((psp)->ring_destroy((psp), (type))) | 129 | #define psp_ring_destroy(psp, type) ((psp)->ring_destroy((psp), (type))) |
129 | #define psp_cmd_submit(psp, ucode, cmd_mc, fence_mc, index) \ | 130 | #define psp_cmd_submit(psp, ucode, cmd_mc, fence_mc, index) \ |
130 | (psp)->cmd_submit((psp), (ucode), (cmd_mc), (fence_mc), (index)) | 131 | (psp)->cmd_submit((psp), (ucode), (cmd_mc), (fence_mc), (index)) |