[PATCH] drm/amd/display: fix SUBVP DC_DEBUG_MASK documentation
Alex Deucher
alexander.deucher at amd.com
Fri Jan 17 19:18:56 UTC 2025
This needs to be kerneldoc formatted.
Fixes: 5349658fa4a1 ("drm/amd: Add debug option to disable subvp")
Reported-by: Stephen Rothwell <sfr at canb.auug.org.au>
Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
Cc: Aurabindo Pillai <aurabindo.pillai at amd.com>
---
drivers/gpu/drm/amd/include/amd_shared.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h
index 5cb97414e4a33..6dccee403a3d1 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,
--
2.48.0
More information about the amd-gfx
mailing list