diff options
| author | Lee Jones <[email protected]> | 2020-11-23 11:19:12 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2020-11-24 17:09:53 +0000 |
| commit | 55c5e65269d24be601ac99f5e5cdeae90e637eb0 (patch) | |
| tree | c066f07b2634ffff3d35c0f55f589fcf9959e08f /drivers/gpu/drm/amd/amdgpu/cik_sdma.c | |
| parent | drm/amd/include/dimgrey_cavefish_ip_offset: Mark top-level IP_BASE as __maybe... (diff) | |
| download | kernel-55c5e65269d24be601ac99f5e5cdeae90e637eb0.tar.gz kernel-55c5e65269d24be601ac99f5e5cdeae90e637eb0.zip | |
drm/amd/amdgpu/cik_sdma: Add one and remove another function param description
Fixes the following W=1 kernel build warning(s):
drivers/gpu/drm/amd/amdgpu/cik_sdma.c:282: warning: Function parameter or member 'flags' not described in 'cik_sdma_ring_emit_fence'
drivers/gpu/drm/amd/amdgpu/cik_sdma.c:282: warning: Excess function parameter 'fence' description in 'cik_sdma_ring_emit_fence'
Acked-by: Christian König <[email protected]>
Cc: Alex Deucher <[email protected]>
Cc: "Christian König" <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Sumit Semwal <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/cik_sdma.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/cik_sdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/cik_sdma.c b/drivers/gpu/drm/amd/amdgpu/cik_sdma.c index d22da3ab6613..43b978144b79 100644 --- a/drivers/gpu/drm/amd/amdgpu/cik_sdma.c +++ b/drivers/gpu/drm/amd/amdgpu/cik_sdma.c @@ -271,7 +271,7 @@ static void cik_sdma_ring_emit_hdp_flush(struct amdgpu_ring *ring) * @ring: amdgpu ring pointer * @addr: address * @seq: sequence number - * @fence: amdgpu fence object + * @flags: fence related flags * * Add a DMA fence packet to the ring to write * the fence seq number and DMA trap packet to generate |
