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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
index b6a27390ef88..3032c541ef0e 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
@@ -128,6 +128,8 @@ int amdgpu_bo_create_kernel(struct amdgpu_device *adev,
128 unsigned long size, int align, 128 unsigned long size, int align,
129 u32 domain, struct amdgpu_bo **bo_ptr, 129 u32 domain, struct amdgpu_bo **bo_ptr,
130 u64 *gpu_addr, void **cpu_addr); 130 u64 *gpu_addr, void **cpu_addr);
131void amdgpu_bo_free_kernel(struct amdgpu_bo **bo, u64 *gpu_addr,
132 void **cpu_addr);
131int amdgpu_bo_kmap(struct amdgpu_bo *bo, void **ptr); 133int amdgpu_bo_kmap(struct amdgpu_bo *bo, void **ptr);
132void amdgpu_bo_kunmap(struct amdgpu_bo *bo); 134void amdgpu_bo_kunmap(struct amdgpu_bo *bo);
133struct amdgpu_bo *amdgpu_bo_ref(struct amdgpu_bo *bo); 135struct amdgpu_bo *amdgpu_bo_ref(struct amdgpu_bo *bo);