* [PATCH] docs: fix doc warning for DC_HDCP_LC_ENABLE_SW_FALLBACK in amd_shared.h
@ 2025-05-14 21:35 Rahul Kumar
2025-05-15 14:37 ` Alex Deucher
0 siblings, 1 reply; 2+ messages in thread
From: Rahul Kumar @ 2025-05-14 21:35 UTC (permalink / raw)
To: alexander.deucher, christian.koenig, airlied, simona, skhan
Cc: amd-gfx, dri-devel, linux-kernel, linux-kernel-mentees, rk0006818
Fixes a kernel-doc warning by correctly documenting the enum value
`DC_HDCP_LC_ENABLE_SW_FALLBACK` in the DC_DEBUG_MASK enum.
The previous documentation was incorrectly formatted and incomplete.
Updated to follow proper kernel-doc syntax with a full description.
Verified fix using `make htmldocs`, and the warning is no longer present.
Signed-off-by: Rahul Kumar <rk0006818@gmail.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 4c95b885d1d0..ebe0caf1fda4 100644
--- a/drivers/gpu/drm/amd/include/amd_shared.h
+++ b/drivers/gpu/drm/amd/include/amd_shared.h
@@ -366,7 +366,7 @@ enum DC_DEBUG_MASK {
DC_HDCP_LC_FORCE_FW_ENABLE = 0x80000,
/**
- * @DC_HDCP_LC_ENABLE_SW_FALLBACK If set, upon HDCP Locality Check FW
+ * @DC_HDCP_LC_ENABLE_SW_FALLBACK: Enables software fallback for HDCP locality check if the firmware fails.
* path failure, retry using legacy SW path.
*/
DC_HDCP_LC_ENABLE_SW_FALLBACK = 0x100000,
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] docs: fix doc warning for DC_HDCP_LC_ENABLE_SW_FALLBACK in amd_shared.h
2025-05-14 21:35 [PATCH] docs: fix doc warning for DC_HDCP_LC_ENABLE_SW_FALLBACK in amd_shared.h Rahul Kumar
@ 2025-05-15 14:37 ` Alex Deucher
0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2025-05-15 14:37 UTC (permalink / raw)
To: Rahul Kumar
Cc: alexander.deucher, christian.koenig, airlied, simona, skhan,
amd-gfx, dri-devel, linux-kernel, linux-kernel-mentees
On Thu, May 15, 2025 at 3:09 AM Rahul Kumar <rk0006818@gmail.com> wrote:
>
> Fixes a kernel-doc warning by correctly documenting the enum value
> `DC_HDCP_LC_ENABLE_SW_FALLBACK` in the DC_DEBUG_MASK enum.
>
> The previous documentation was incorrectly formatted and incomplete.
> Updated to follow proper kernel-doc syntax with a full description.
>
> Verified fix using `make htmldocs`, and the warning is no longer present.
>
> Signed-off-by: Rahul Kumar <rk0006818@gmail.com>
Thanks for the patch. This is already fixed.
Alex
> ---
> 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 4c95b885d1d0..ebe0caf1fda4 100644
> --- a/drivers/gpu/drm/amd/include/amd_shared.h
> +++ b/drivers/gpu/drm/amd/include/amd_shared.h
> @@ -366,7 +366,7 @@ enum DC_DEBUG_MASK {
> DC_HDCP_LC_FORCE_FW_ENABLE = 0x80000,
>
> /**
> - * @DC_HDCP_LC_ENABLE_SW_FALLBACK If set, upon HDCP Locality Check FW
> + * @DC_HDCP_LC_ENABLE_SW_FALLBACK: Enables software fallback for HDCP locality check if the firmware fails.
> * path failure, retry using legacy SW path.
> */
> DC_HDCP_LC_ENABLE_SW_FALLBACK = 0x100000,
> --
> 2.43.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-15 14:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-14 21:35 [PATCH] docs: fix doc warning for DC_HDCP_LC_ENABLE_SW_FALLBACK in amd_shared.h Rahul Kumar
2025-05-15 14:37 ` Alex Deucher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox