From: Alex Deucher Date: Fri, 17 Jan 2025 19:16:11 +0000 (-0500) Subject: drm/amd/display: fix SUBVP DC_DEBUG_MASK documentation X-Git-Tag: v6.14-rc1~65^2~1^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aedf498a2c3334a8c1baca107e6f43cb1ca39d9a;p=thirdparty%2Fkernel%2Flinux.git 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 Reported-by: Stephen Rothwell Signed-off-by: Alex Deucher Cc: Aurabindo Pillai --- 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,