diff options
| author | Al Viro <[email protected]> | 2017-06-26 23:52:33 -0400 | 
|---|---|---|
| committer | Al Viro <[email protected]> | 2017-06-26 23:52:33 -0400 | 
| commit | ca1579f6c6085ecb1838d9ee052e535682cc0e73 (patch) | |
| tree | 492bbb19183f84545026f91ecf23957796be8de8 /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | |
| parent | 20dcf8e244b963a5c64cdda336d00d5169d17985 (diff) | |
| parent | f73127356f344483c82632accda2e72b7e0e5f25 (diff) | |
Merge remote-tracking branch 'jl/locks-4.13' into work.misc-set_fs
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h index d97e28b4bdc4..e1d951ece433 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h @@ -204,6 +204,7 @@ int amdgpu_vm_grab_id(struct amdgpu_vm *vm, struct amdgpu_ring *ring,  int amdgpu_vm_flush(struct amdgpu_ring *ring, struct amdgpu_job *job);  void amdgpu_vm_reset_id(struct amdgpu_device *adev, unsigned vmhub,  			unsigned vmid); +void amdgpu_vm_reset_all_ids(struct amdgpu_device *adev);  int amdgpu_vm_update_directories(struct amdgpu_device *adev,  				 struct amdgpu_vm *vm);  int amdgpu_vm_clear_freed(struct amdgpu_device *adev, |