]> Git Repo - linux.git/commitdiff
drm/amdgpu: Add function parameter 'event' to kdoc in svm_range_evict()
authorSrinivasan Shanmugam <[email protected]>
Wed, 31 May 2023 18:03:35 +0000 (23:33 +0530)
committerAlex Deucher <[email protected]>
Fri, 9 Jun 2023 16:33:58 +0000 (12:33 -0400)
Fixes the following gcc with W=1:

drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_svm.c:1841: warning: Function parameter or member 'event' not described in 'svm_range_evict'

Cc: Felix Kuehling <[email protected]>
Cc: Christian König <[email protected]>
Cc: Alex Deucher <[email protected]>
Signed-off-by: Srinivasan Shanmugam <[email protected]>
Reviewed-by: Felix Kuehling <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdkfd/kfd_svm.c

index 9c88d6e90c3b5f2d8b3154faa7803c32819ea1cc..615eab3f78c93546595732b6cb3068dcbbad9fd6 100644 (file)
@@ -1826,6 +1826,7 @@ out_reschedule:
  * @mm: current process mm_struct
  * @start: starting process queue number
  * @last: last process queue number
+ * @event: mmu notifier event when range is evicted or migrated
  *
  * Stop all queues of the process to ensure GPU doesn't access the memory, then
  * return to let CPU evict the buffer and proceed CPU pagetable update.
This page took 0.061395 seconds and 4 git commands to generate.