* [PATCH -next] drm/amd/display: Update optc35_set_odm_combine doc to match kernel-doc spec
@ 2024-05-17 8:26 Yang Li
2024-05-20 15:07 ` Alex Deucher
0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2024-05-17 8:26 UTC (permalink / raw)
To: alexander.deucher, airlied, daniel
Cc: amd-gfx, dri-devel, linux-kernel, Yang Li
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@linux.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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH -next] drm/amd/display: Update optc35_set_odm_combine doc to match kernel-doc spec
2024-05-17 8:26 [PATCH -next] drm/amd/display: Update optc35_set_odm_combine doc to match kernel-doc spec Yang Li
@ 2024-05-20 15:07 ` Alex Deucher
0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2024-05-20 15:07 UTC (permalink / raw)
To: Yang Li
Cc: alexander.deucher, airlied, daniel, amd-gfx, dri-devel,
linux-kernel
On Fri, May 17, 2024 at 4:42 AM Yang Li <yang.lee@linux.alibaba.com> wrote:
>
> 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@linux.alibaba.com>
Thanks for the patch. Srini already fixed this last week.
Alex
> ---
> 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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-20 15:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-17 8:26 [PATCH -next] drm/amd/display: Update optc35_set_odm_combine doc to match kernel-doc spec Yang Li
2024-05-20 15:07 ` Alex Deucher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox