summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2025-01-14 22:31:55 +0300
committerAlex Deucher <alexander.deucher@amd.com>2025-01-24 17:53:34 +0300
commit85172c80347fec8bcffa9e26b0d727efe3b00fb2 (patch)
treeb7c7f444de2b0efc6dd81f23c37b5b84db7d7f82
parent64314e3f9c11578b28f145fc9a4b37ca1196fafd (diff)
downloadlinux-85172c80347fec8bcffa9e26b0d727efe3b00fb2.tar.xz
drm/amd/display: fix CEC DC_DEBUG_MASK documentation
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>
-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 c3e6dd4f4e00..5cb97414e4a3 100644
--- a/drivers/gpu/drm/amd/include/amd_shared.h
+++ b/drivers/gpu/drm/amd/include/amd_shared.h
@@ -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,