aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
index 5107fb291bdb..acc08018c6cc 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
@@ -149,7 +149,6 @@ int amdgpu_bo_pin_restricted(struct amdgpu_bo *bo, u32 domain,
149 u64 *gpu_addr); 149 u64 *gpu_addr);
150int amdgpu_bo_unpin(struct amdgpu_bo *bo); 150int amdgpu_bo_unpin(struct amdgpu_bo *bo);
151int amdgpu_bo_evict_vram(struct amdgpu_device *adev); 151int amdgpu_bo_evict_vram(struct amdgpu_device *adev);
152void amdgpu_bo_force_delete(struct amdgpu_device *adev);
153int amdgpu_bo_init(struct amdgpu_device *adev); 152int amdgpu_bo_init(struct amdgpu_device *adev);
154void amdgpu_bo_fini(struct amdgpu_device *adev); 153void amdgpu_bo_fini(struct amdgpu_device *adev);
155int amdgpu_bo_fbdev_mmap(struct amdgpu_bo *bo, 154int amdgpu_bo_fbdev_mmap(struct amdgpu_bo *bo,