Skip to content

Commit aedf498

Browse files
committed
drm/amd/display: fix SUBVP DC_DEBUG_MASK documentation
This needs to be kerneldoc formatted. Fixes: 5349658 ("drm/amd: Add debug option to disable subvp") Reviewed-by: Harry Wentland <harry.wentland@amd.com> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: Aurabindo Pillai <aurabindo.pillai@amd.com>
1 parent 85172c8 commit aedf498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/include/amd_shared.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ enum DC_DEBUG_MASK {
350350
*/
351351
DC_DISABLE_HDMI_CEC = 0x10000,
352352

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

0 commit comments

Comments
 (0)