Skip to content

Commit 2578487

Browse files
srishanmalexdeucher
authored andcommitted
drm/amdgpu/: Add missing kdoc entry in amdgpu_vm_handle_fault function
This commit adds a description for the 'ts' parameter in the amdgpu_vm_handle_fault function's comment block. Fixes the below with gcc W=1: drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:2781: warning: Function parameter or struct member 'ts' not described in 'amdgpu_vm_handle_fault' Cc: Xiaogang.Chen <[email protected]> Cc: Christian König <[email protected]> Cc: Alex Deucher <[email protected]> Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Srinivasan Shanmugam <[email protected]> Reviewed-by: Xiaogang Chen <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent f5a972d commit 2578487

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2790,6 +2790,7 @@ int amdgpu_vm_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
27902790
* amdgpu_vm_handle_fault - graceful handling of VM faults.
27912791
* @adev: amdgpu device pointer
27922792
* @pasid: PASID of the VM
2793+
* @ts: Timestamp of the fault
27932794
* @vmid: VMID, only used for GFX 9.4.3.
27942795
* @node_id: Node_id received in IH cookie. Only applicable for
27952796
* GFX 9.4.3.

0 commit comments

Comments
 (0)