mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
drm/amdgpu: Fix a kerneldoc warning
Add missing parameters to fix a kerneldoc warning 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>
This commit is contained in:
parent
2243f4937a
commit
7157934699
1 changed files with 5 additions and 1 deletions
|
@ -554,7 +554,11 @@ void amdgpu_device_wreg(struct amdgpu_device *adev,
|
||||||
/**
|
/**
|
||||||
* amdgpu_mm_wreg_mmio_rlc - write register either with direct/indirect mmio or with RLC path if in range
|
* amdgpu_mm_wreg_mmio_rlc - write register either with direct/indirect mmio or with RLC path if in range
|
||||||
*
|
*
|
||||||
* this function is invoked only the debugfs register access
|
* @adev: amdgpu_device pointer
|
||||||
|
* @reg: mmio/rlc register
|
||||||
|
* @v: value to write
|
||||||
|
*
|
||||||
|
* this function is invoked only for the debugfs register access
|
||||||
*/
|
*/
|
||||||
void amdgpu_mm_wreg_mmio_rlc(struct amdgpu_device *adev,
|
void amdgpu_mm_wreg_mmio_rlc(struct amdgpu_device *adev,
|
||||||
uint32_t reg, uint32_t v)
|
uint32_t reg, uint32_t v)
|
||||||
|
|
Loading…
Add table
Reference in a new issue