]> Git Repo - linux.git/commitdiff
drm/amd/amdgpu/amdgpu_device: Provide missing kerneldoc entry for 'reset_context'
authorLee Jones <[email protected]>
Fri, 17 Mar 2023 08:16:44 +0000 (08:16 +0000)
committerAlex Deucher <[email protected]>
Wed, 22 Mar 2023 04:47:59 +0000 (00:47 -0400)
Fixes the following W=1 kernel build warning(s):

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:5152:
   warning: Function parameter or member 'reset_context' not described in 'amdgpu_device_gpu_recover'

Cc: Alex Deucher <[email protected]>
Cc: "Christian König" <[email protected]>
Cc: "Pan, Xinhui" <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Sumit Semwal <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c

index 6298e3c1de3913b13156c87334030c9ba1da6d64..8dbec2e1e6da311c547b4b18739d14426f137243 100644 (file)
@@ -5161,6 +5161,7 @@ static inline void amdgpu_device_stop_pending_resets(struct amdgpu_device *adev)
  *
  * @adev: amdgpu_device pointer
  * @job: which job trigger hang
+ * @reset_context: amdgpu reset context pointer
  *
  * Attempt to reset the GPU if it has hung (all asics).
  * Attempt to do soft-reset or full-reset and reinitialize Asic
This page took 0.074826 seconds and 4 git commands to generate.