drm/amd/display: fix SUBVP DC_DEBUG_MASK documentation
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 17 Jan 2025 19:16:11 +0000 (14:16 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 24 Jan 2025 14:53:59 +0000 (09:53 -0500)
This needs to be kerneldoc formatted.

Fixes: 5349658fa4a1 ("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>
drivers/gpu/drm/amd/include/amd_shared.h

index 5cb97414e4a33060e75bb76e858f48485a91c87c..6dccee403a3d142e12bf7099881a3bd72926de50 100644 (file)
@@ -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,