[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240517082637.69928-1-yang.lee@linux.alibaba.com>
Date: Fri, 17 May 2024 16:26:37 +0800
From: Yang Li <yang.lee@...ux.alibaba.com>
To: alexander.deucher@....com,
airlied@...il.com,
daniel@...ll.ch
Cc: amd-gfx@...ts.freedesktop.org,
dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org,
Yang Li <yang.lee@...ux.alibaba.com>
Subject: [PATCH -next] drm/amd/display: Update optc35_set_odm_combine doc to match kernel-doc spec
This patch updates the function documentation comment for
optc35_set_odm_combine to conform to the kernel-doc specification.
Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
---
drivers/gpu/drm/amd/display/dc/optc/dcn35/dcn35_optc.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/display/dc/optc/dcn35/dcn35_optc.c b/drivers/gpu/drm/amd/display/dc/optc/dcn35/dcn35_optc.c
index 7c9faa507ec2..1f8516e5ce68 100644
--- a/drivers/gpu/drm/amd/display/dc/optc/dcn35/dcn35_optc.c
+++ b/drivers/gpu/drm/amd/display/dc/optc/dcn35/dcn35_optc.c
@@ -50,7 +50,9 @@
* @optc: Output Pipe Timing Combine instance reference.
* @opp_id: Output Plane Processor instance ID.
* @opp_cnt: Output Plane Processor count.
- * @timing: Timing parameters used to configure DCN blocks.
+ * @segment_width: Width in pixels of each segment in a horizontal direction.
+ * @last_segment_width: Width in pixels of the last segment if it differs from
+ * other segments.
*
* Return: void.
*/
--
2.20.1.7.g153144c
Powered by blists - more mailing lists