]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/display: fix CEC DC_DEBUG_MASK documentation
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 14 Jan 2025 19:31:55 +0000 (14:31 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 24 Jan 2025 14:53:34 +0000 (09:53 -0500)
This needs to be kerneldoc formatted.

Fixes: 7594874227e1 ("drm/amd/display: add CEC notifier to amdgpu driver")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: Kun Liu <Kun.Liu2@amd.com>
drivers/gpu/drm/amd/include/amd_shared.h

index c3e6dd4f4e00132fe62db6986cefc8af4466e58d..5cb97414e4a33060e75bb76e858f48485a91c87c 100644 (file)
@@ -345,7 +345,7 @@ enum DC_DEBUG_MASK {
         */
        DC_DISABLE_ACPI_EDID = 0x8000,
 
-       /*
+       /**
         * @DC_DISABLE_HDMI_CEC: If set, disable HDMI-CEC feature in amdgpu driver.
         */
        DC_DISABLE_HDMI_CEC = 0x10000,