aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
diff options
context:
space:
mode:
authorAlex Deucher <[email protected]>2025-04-16 21:27:41 +0000
committerAlex Deucher <[email protected]>2025-04-22 12:51:46 +0000
commit4fdbe3a623b264d0f361a81a41baff16b4aa6bb1 (patch)
treeb784560c69edfe168c6d39ad8e7086c88ae5ee50 /drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
parentdrm/amdgpu/userq: move waiting for last fence before umap (diff)
downloadkernel-4fdbe3a623b264d0f361a81a41baff16b4aa6bb1.tar.gz
kernel-4fdbe3a623b264d0f361a81a41baff16b4aa6bb1.zip
drm/amdgpu/userq: rename eviction helpers
suspend/resume -> evict/restore Rename to avoid confusion with the system suspend and resume helpers. v2: update error messages Reviewed-by: Prike Liang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
index 0075469550b0..02164bca51a7 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
@@ -112,7 +112,7 @@ amdgpu_eviction_fence_suspend_worker(struct work_struct *work)
if (!ev_fence)
goto unlock;
- amdgpu_userqueue_suspend(uq_mgr, ev_fence);
+ amdgpu_userqueue_evict(uq_mgr, ev_fence);
unlock:
mutex_unlock(&uq_mgr->userq_mutex);