OSDN Git Service

drm/amdgpu: Fix the kerneldoc description
authorRajneesh Bhardwaj <rajneesh.bhardwaj@amd.com>
Wed, 20 Apr 2022 16:28:20 +0000 (12:28 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 9 Nov 2022 22:41:41 +0000 (17:41 -0500)
commitadf65dff5d61d3adad669a1f5c6dd009107eacd7
tree2189587b1e7c592556d4819cb8e35dccee36475f
parentb7ada7ee61d3eb0ebf08089edcefdc272b5f7b1e
drm/amdgpu: Fix the kerneldoc description

amdgpu_ttm_tt_set_userptr() is also called by the KFD as part of
initializing the user pages for userptr BOs and also while initializing
the GPUVM for a KFD process so update the function description.

Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c