diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 1c874fd525a0..848e4ed7e32a 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -915,8 +915,9 @@ void amdgpu_vm_fini(struct amdgpu_device *adev, struct amdgpu_vm *vm); | |||
915 | void amdgpu_vm_get_pd_bo(struct amdgpu_vm *vm, | 915 | void amdgpu_vm_get_pd_bo(struct amdgpu_vm *vm, |
916 | struct list_head *validated, | 916 | struct list_head *validated, |
917 | struct amdgpu_bo_list_entry *entry); | 917 | struct amdgpu_bo_list_entry *entry); |
918 | void amdgpu_vm_get_pt_bos(struct amdgpu_device *adev, struct amdgpu_vm *vm, | 918 | int amdgpu_vm_validate_pt_bos(struct amdgpu_device *adev, struct amdgpu_vm *vm, |
919 | struct list_head *duplicates); | 919 | int (*callback)(void *p, struct amdgpu_bo *bo), |
920 | void *param); | ||
920 | void amdgpu_vm_move_pt_bos_in_lru(struct amdgpu_device *adev, | 921 | void amdgpu_vm_move_pt_bos_in_lru(struct amdgpu_device *adev, |
921 | struct amdgpu_vm *vm); | 922 | struct amdgpu_vm *vm); |
922 | int amdgpu_vm_grab_id(struct amdgpu_vm *vm, struct amdgpu_ring *ring, | 923 | int amdgpu_vm_grab_id(struct amdgpu_vm *vm, struct amdgpu_ring *ring, |