diff options
| author | Nirmoy Das <[email protected]> | 2021-04-30 11:35:26 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-05-10 22:06:44 +0000 |
| commit | b617207e8001094e065f772fb35a45b015f5af4c (patch) | |
| tree | 0ec86a757b65444dcf85fc5a72faf0a519482aca /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | |
| parent | drm/amdkfd: flush TLB after updating GPU page table (diff) | |
| download | kernel-b617207e8001094e065f772fb35a45b015f5af4c.tar.gz kernel-b617207e8001094e065f772fb35a45b015f5af4c.zip | |
drm/amdgpu: remove excess function parameter
Fix below htmldocs build warning:
"warning: Excess function parameter 'vm_context' description in 'amdgpu_vm_init'"
Signed-off-by: Nirmoy Das <[email protected]>
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c index 16252d48e5a4..7e1a67295106 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c @@ -2796,7 +2796,6 @@ long amdgpu_vm_wait_idle(struct amdgpu_vm *vm, long timeout) * * @adev: amdgpu_device pointer * @vm: requested vm - * @vm_context: Indicates if it GFX or Compute context * @pasid: Process address space identifier * * Init @vm fields. |
