Commit aedf498a authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amd/display: fix SUBVP DC_DEBUG_MASK documentation



This needs to be kerneldoc formatted.

Fixes: 5349658fa4a1 ("drm/amd: Add debug option to disable subvp")
Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Cc: Aurabindo Pillai <aurabindo.pillai@amd.com>
parent 85172c80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -350,7 +350,7 @@ enum DC_DEBUG_MASK {
	 */
	DC_DISABLE_HDMI_CEC = 0x10000,

	/*
	/**
	 * @DC_DISABLE_SUBVP: If set, disable DCN Sub-Viewport feature in amdgpu driver.
	 */
	DC_DISABLE_SUBVP = 0x20000,