Commit b9312a03 authored by Lee Jones's avatar Lee Jones Committed by Alex Deucher
Browse files

drm/amd/display/dc/dce110/dce110_timing_generator_v: Demote kernel-doc abuse and line up comments



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

 drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_timing_generator_v.c:54: warning: Function parameter or member 'tg' not described in 'dce110_timing_generator_v_enable_crtc'
 drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_timing_generator_v.c:216: warning: Function parameter or member 'tg' not described in 'dce110_timing_generator_v_wait_for_vactive'

Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Leo Li <sunpeng.li@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 963ba126
Loading
Loading
Loading
Loading
+9 −10
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
 *
 **********************************************************************************/

/**
/*
 * Enable CRTCV
 */

@@ -56,7 +56,6 @@ static bool dce110_timing_generator_v_enable_crtc(struct timing_generator *tg)
 * Set MASTER_UPDATE_MODE to 0
 * This is needed for DRR, and also suggested to be default value by Syed.
 */

	uint32_t value;

	value = 0;
@@ -209,7 +208,7 @@ static void dce110_timing_generator_v_wait_for_vblank(struct timing_generator *t
	}
}

/**
/*
 * Wait till we are in VActive (anywhere in VActive)
 */
static void dce110_timing_generator_v_wait_for_vactive(struct timing_generator *tg)