aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2018-11-07 03:23:26 -0500
committerAlex Deucher <alexander.deucher@amd.com>2018-12-03 11:14:48 -0500
commit1245adf31569e117d11b4ac5839e7b6c53d21186 (patch)
treebbdf2b93f4d0308a795b4ba42d9a684260008bc1 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
parent47622ba033d6da529ff37d7e5238359a699496ab (diff)
drm/amdgpu: remove amdgpu_bo_backup_to_shadow
It is unused. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_object.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
index 7d3312d0da11..9291c2f837e9 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
@@ -267,11 +267,6 @@ int amdgpu_bo_fault_reserve_notify(struct ttm_buffer_object *bo);
267void amdgpu_bo_fence(struct amdgpu_bo *bo, struct dma_fence *fence, 267void amdgpu_bo_fence(struct amdgpu_bo *bo, struct dma_fence *fence,
268 bool shared); 268 bool shared);
269u64 amdgpu_bo_gpu_offset(struct amdgpu_bo *bo); 269u64 amdgpu_bo_gpu_offset(struct amdgpu_bo *bo);
270int amdgpu_bo_backup_to_shadow(struct amdgpu_device *adev,
271 struct amdgpu_ring *ring,
272 struct amdgpu_bo *bo,
273 struct reservation_object *resv,
274 struct dma_fence **fence, bool direct);
275int amdgpu_bo_validate(struct amdgpu_bo *bo); 270int amdgpu_bo_validate(struct amdgpu_bo *bo);
276int amdgpu_bo_restore_shadow(struct amdgpu_bo *shadow, 271int amdgpu_bo_restore_shadow(struct amdgpu_bo *shadow,
277 struct dma_fence **fence); 272 struct dma_fence **fence);