Commit 8a0fdc72 authored by Lee Jones's avatar Lee Jones Committed by Alex Deucher

drm/amd/amdgpu/uvd_v4_2: Add one and remove another function param description

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

 drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c:448: warning: Function parameter or member 'flags' not described in 'uvd_v4_2_ring_emit_fence'
 drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c:448: warning: Excess function parameter 'fence' description in 'uvd_v4_2_ring_emit_fence'
Acked-by: default avatarChristian König <christian.koenig@amd.com>
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: amd-gfx@lists.freedesktop.org
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 55c5e652
...@@ -439,7 +439,7 @@ static void uvd_v4_2_stop(struct amdgpu_device *adev) ...@@ -439,7 +439,7 @@ static void uvd_v4_2_stop(struct amdgpu_device *adev)
* @ring: amdgpu_ring pointer * @ring: amdgpu_ring pointer
* @addr: address * @addr: address
* @seq: sequence number * @seq: sequence number
* @fence: fence to emit * @flags: fence related flags
* *
* Write a fence and a trap command to the ring. * Write a fence and a trap command to the ring.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment