[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250803145113.7149-3-vaibhavshingne66@gmail.com>
Date: Sun, 3 Aug 2025 20:21:13 +0530
From: vsshingne <vaibhavshingne66@...il.com>
To: linux-kernel@...r.kernel.org
Cc: vsshingne <vaibhavshigne66@...il.com>
Subject: [PATCH 2/2] docs: drm/amd/display: Document 'mcm' and 'rmcm' in mpc_funcs struct
From: vsshingne <vaibhavshigne66@...il.com>
Fixes kernel-doc warnings by adding descriptions for the 'mcm' and 'rmcm'
members of the 'struct mpc_funcs' in mpc.h. These members were previously
undocumented, leading to Sphinx build warnings.
No functional changes; documentation only.
Signed-off-by: vsshingne <vaibhavshigne66@...il.com>
---
drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h b/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h
index 6e303b81bfb0..d941aff89645 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h
@@ -305,6 +305,8 @@ struct mpcc_state {
/**
* struct mpc_funcs - funcs
+ * @mcm: Set of function pointers for programming MPC memory color module (3D LUTs, bias, bit depth, etc.)
+ * @rmcm: Extended set of function pointers for redundant MPC memory color module (includes power and fast-load)
*/
struct mpc_funcs {
/**
--
2.48.1
Powered by blists - more mailing lists