diff options
| author | Jack Xiao <[email protected]> | 2020-03-27 07:10:55 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-05-04 14:43:51 +0000 |
| commit | 063a38d6628e7c91e808cab8f83384c51cb5c853 (patch) | |
| tree | 37b39fb977c0dccce5f4baeede1e97bf4503b15a /drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h | |
| parent | drm/amdgpu/mes: implement creating mes process v2 (diff) | |
| download | kernel-063a38d6628e7c91e808cab8f83384c51cb5c853.tar.gz kernel-063a38d6628e7c91e808cab8f83384c51cb5c853.zip | |
drm/amdgpu/mes: implement destroying mes process
Destroy the mes process, which free resources of the process.
Signed-off-by: Jack Xiao <[email protected]>
Acked-by: Christian König <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h index 455f0cb8ebf5..6f44a81066b6 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h @@ -216,5 +216,6 @@ void amdgpu_mes_fini(struct amdgpu_device *adev); int amdgpu_mes_create_process(struct amdgpu_device *adev, int pasid, struct amdgpu_vm *vm); +void amdgpu_mes_destroy_process(struct amdgpu_device *adev, int pasid); #endif /* __AMDGPU_MES_H__ */ |
