diff options
| author | Tvrtko Ursulin <[email protected]> | 2025-05-19 16:37:11 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-05-22 16:02:21 +0000 |
| commit | 16f2c942b6e44a0c3970134c8c460c7fd465ac9d (patch) | |
| tree | 3d0b01c368bd23e2b009520ef96d85c866f73151 /drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h | |
| parent | drm/amdgpu: Update runtime pm checks (diff) | |
| download | kernel-16f2c942b6e44a0c3970134c8c460c7fd465ac9d.tar.gz kernel-16f2c942b6e44a0c3970134c8c460c7fd465ac9d.zip | |
drm/amdgpu: Make amdgpu_ctx_mgr_entity_fini static
Function amdgpu_ctx_mgr_entity_fini() only has a single local caller so
lets make it local.
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Tvrtko Ursulin <[email protected]>
Cc: Alex Deucher <[email protected]>
Cc: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h index 85376baaa92f..090dfe86f75b 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h @@ -92,7 +92,6 @@ int amdgpu_ctx_wait_prev_fence(struct amdgpu_ctx *ctx, void amdgpu_ctx_mgr_init(struct amdgpu_ctx_mgr *mgr, struct amdgpu_device *adev); -void amdgpu_ctx_mgr_entity_fini(struct amdgpu_ctx_mgr *mgr); long amdgpu_ctx_mgr_entity_flush(struct amdgpu_ctx_mgr *mgr, long timeout); void amdgpu_ctx_mgr_fini(struct amdgpu_ctx_mgr *mgr); void amdgpu_ctx_mgr_usage(struct amdgpu_ctx_mgr *mgr, |
