aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
index 14bafe771c9b..7a461eb76d44 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
@@ -351,7 +351,7 @@ struct amdgpu_bo_va_mapping *amdgpu_vm_bo_lookup_mapping(struct amdgpu_vm *vm,
351void amdgpu_vm_bo_trace_cs(struct amdgpu_vm *vm, struct ww_acquire_ctx *ticket); 351void amdgpu_vm_bo_trace_cs(struct amdgpu_vm *vm, struct ww_acquire_ctx *ticket);
352void amdgpu_vm_bo_rmv(struct amdgpu_device *adev, 352void amdgpu_vm_bo_rmv(struct amdgpu_device *adev,
353 struct amdgpu_bo_va *bo_va); 353 struct amdgpu_bo_va *bo_va);
354void amdgpu_vm_adjust_size(struct amdgpu_device *adev, uint32_t vm_size, 354void amdgpu_vm_adjust_size(struct amdgpu_device *adev, uint32_t min_vm_size,
355 uint32_t fragment_size_default, unsigned max_level, 355 uint32_t fragment_size_default, unsigned max_level,
356 unsigned max_bits); 356 unsigned max_bits);
357int amdgpu_vm_ioctl(struct drm_device *dev, void *data, struct drm_file *filp); 357int amdgpu_vm_ioctl(struct drm_device *dev, void *data, struct drm_file *filp);