[PATCH -next] drm/amdgpu: Fix one kernel-doc comment

2023-07-30 Thread Yang Li
Add the description of @xcc_id in amdgpu_mm_wreg_mmio_rlc(). to silence the warning: drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:575: warning: Function parameter or member 'xcc_id' not described in 'amdgpu_mm_wreg_mmio_rlc' Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug

Re: [PATCH -next] drm/amdgpu: Fix one kernel-doc comment

2023-07-20 Thread Alex Deucher
Applied. Thanks! On Wed, Jul 19, 2023 at 9:27 PM Randy Dunlap wrote: > > > > On 7/19/23 18:05, Yang Li wrote: > > Use colon to separate parameter name from their specific meaning. > > silence the warning: > > > > drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c:793: warning: Function parameter > > or

Re: [PATCH -next] drm/amdgpu: Fix one kernel-doc comment

2023-07-19 Thread Randy Dunlap
On 7/19/23 18:05, Yang Li wrote: > Use colon to separate parameter name from their specific meaning. > silence the warning: > > drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c:793: warning: Function parameter or > member 'adev' not described in 'amdgpu_vm_pte_update_noretry_flags' > > Signed-off-by

[PATCH -next] drm/amdgpu: Fix one kernel-doc comment

2023-07-19 Thread Yang Li
Use colon to separate parameter name from their specific meaning. silence the warning: drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c:793: warning: Function parameter or member 'adev' not described in 'amdgpu_vm_pte_update_noretry_flags' Signed-off-by: Yang Li --- drivers/gpu/drm/amd/amdgpu/amdgpu_