summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
diff options
context:
space:
mode:
authorArthur Grillo <arthurgrillo@riseup.net>2023-02-13 23:49:18 +0300
committerAlex Deucher <alexander.deucher@amd.com>2023-02-16 06:24:43 +0300
commit01543dcf99bdaba32178c7b40998778682f0305d (patch)
tree11280234b3a7cd90b875fa8ae201e1f1ccb7764d /drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
parent8dc2507f4b24dc322da32dedab65d3d36979a79d (diff)
downloadlinux-01543dcf99bdaba32178c7b40998778682f0305d.tar.xz
drm/amd/display: Fix excess arguments on kernel-doc
Remove arguments present on kernel-doc that are not present on the function declaration and add the new ones if present. Signed-off-by: Arthur Grillo <arthurgrillo@riseup.net> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c b/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
index 6ccf477d1c4d..c2092775ca88 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
+++ b/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
@@ -698,7 +698,7 @@ static void populate_subvp_cmd_pipe_info(struct dc *dc,
*
* @dc: [in] current dc state
* @context: [in] new dc state
- * @cmd: [in] DMUB cmd to be populated with SubVP info
+ * @enable: [in] if true enables the pipes population
*
* This function loops through each pipe and populates the DMUB SubVP CMD info
* based on the pipe (e.g. SubVP, VBLANK).