[PATCH] drm/amdgpu: Fix the kerneldoc description

2022-11-05 Thread Rajneesh Bhardwaj
amdgpu_ttm_tt_set_userptr() is also called by the KFD as part it initializing the user pages for userptr BOs and also while initializing the GPUVM for a KFD process so update the function description. Signed-off-by: Rajneesh Bhardwaj --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 5 +++-- 1 file

Re: [PATCH] drm/amdgpu: Fix the kerneldoc description

2022-11-05 Thread Felix Kuehling
Am 2022-11-05 um 17:46 schrieb Rajneesh Bhardwaj: amdgpu_ttm_tt_set_userptr() is also called by the KFD as part it initializing the user pages for userptr BOs and also while initializing the GPUVM for a KFD process so update the function description. Signed-off-by: Rajneesh Bhardwaj Reviewed-