OSDN Git Service

drm/amd/amdgpu/amdgpu_device: Provide documentation for 'reg_addr' params
authorLee Jones <lee.jones@linaro.org>
Fri, 6 Nov 2020 21:49:44 +0000 (21:49 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Nov 2020 19:27:05 +0000 (14:27 -0500)
commit22f453fbd5d089cd6711352d3b8267583a78c40d
tree6cc670273b7a2262ede55fb9f3cfc878da2dfc20
parentdebbcf9f3b85dadb0452073f057389ac4be57394
drm/amd/amdgpu/amdgpu_device: Provide documentation for 'reg_addr' params

Fixes the following W=1 kernel build warning(s):

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:594: warning: Function parameter or member 'reg_addr' not described in 'amdgpu_device_indirect_rreg'
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:624: warning: Function parameter or member 'reg_addr' not described in 'amdgpu_device_indirect_rreg64'

Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: "Christian König" <christian.koenig@amd.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Cc: amd-gfx@lists.freedesktop.org
Cc: dri-devel@lists.freedesktop.org
Cc: linux-media@vger.kernel.org
Cc: linaro-mm-sig@lists.linaro.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c