[PATCH] drm/amd/display: fix CEC DC_DEBUG_MASK documentation
Alex Deucher
alexdeucher at gmail.com
Thu Jan 16 14:03:24 UTC 2025
Ping?
Alex
On Tue, Jan 14, 2025 at 3:02 PM Alex Deucher <alexander.deucher at amd.com> wrote:
>
> This needs to be kerneldoc formatted.
>
> Fixes: 7594874227e1 ("drm/amd/display: add CEC notifier to amdgpu driver")
> Reported-by: Stephen Rothwell <sfr at canb.auug.org.au>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
> Cc: Kun Liu <Kun.Liu2 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 05bdb4e020ae3..030d99a873a71 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,
> --
> 2.47.1
>
More information about the amd-gfx
mailing list