diff options
| author | Alex Deucher <[email protected]> | 2024-06-03 20:59:22 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-06-19 16:50:24 +0000 |
| commit | 19797687e64b961f7c5aac9cf60951561aec038e (patch) | |
| tree | 220380c8bb22540d0a04404a10a6225935bf8bb8 /drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h | |
| parent | drm/amdgpu: cleanup MES12 command submission (diff) | |
| download | kernel-19797687e64b961f7c5aac9cf60951561aec038e.tar.gz kernel-19797687e64b961f7c5aac9cf60951561aec038e.zip | |
drm/amdgpu: remove amdgpu_mes_fence_wait_polling()
No longer used so remove it.
Reviewed-by: Mukul Joshi <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h index df9f0404d842..e11051271f71 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h @@ -352,10 +352,6 @@ struct amdgpu_mes_funcs { #define amdgpu_mes_kiq_hw_init(adev) (adev)->mes.kiq_hw_init((adev)) #define amdgpu_mes_kiq_hw_fini(adev) (adev)->mes.kiq_hw_fini((adev)) -signed long amdgpu_mes_fence_wait_polling(u64 *fence, - u64 wait_seq, - signed long timeout); - int amdgpu_mes_ctx_get_offs(struct amdgpu_ring *ring, unsigned int id_offs); int amdgpu_mes_init_microcode(struct amdgpu_device *adev, int pipe); |
