summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2025-01-17 14:16:11 -0500
committerAlex Deucher <alexander.deucher@amd.com>2025-01-24 09:53:59 -0500
commitaedf498a2c3334a8c1baca107e6f43cb1ca39d9a (patch)
treeaab69a7131a650de2eeac6264cc8fe567e0602d4
parent85172c80347fec8bcffa9e26b0d727efe3b00fb2 (diff)
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: 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>
-rw-r--r--drivers/gpu/drm/amd/include/amd_shared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h
index 5cb97414e4a3..6dccee403a3d 100644
--- a/drivers/gpu/drm/amd/include/amd_shared.h
+++ b/drivers/gpu/drm/amd/include/amd_shared.h
@@ -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,