Skip to content

Commit

Permalink
drm/amd/display: fix CEC DC_DEBUG_MASK documentation
Browse files Browse the repository at this point in the history
This needs to be kerneldoc formatted.

Fixes: 7594874 ("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>
  • Loading branch information
Alex Deucher committed Jan 24, 2025
1 parent 64314e3 commit 85172c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/amd/include/amd_shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 85172c8

Please sign in to comment.