]> www.infradead.org Git - users/hch/misc.git/commitdiff
drm/amdgpu: Fix annotation for dce_v6_0_line_buffer_adjust function
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Wed, 5 Mar 2025 16:31:22 +0000 (22:01 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 7 Mar 2025 17:56:04 +0000 (12:56 -0500)
Updated description for the 'other_mode' parameter. This parameter is
used to determine the display mode of another display controller that
may be sharing the line buffer.

Cc: Ken Wang <Qingqing.Wang@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c

index 315c098271af10d2c3161c4ba3d0f9cf8f3cc292..ac51b7a6e8d42aa0f39be8d2c72f62f20b1f640f 100644 (file)
@@ -1041,6 +1041,8 @@ static void dce_v6_0_program_watermarks(struct amdgpu_device *adev,
  * @amdgpu_crtc: the selected display controller
  * @mode: the current display mode on the selected display
  * controller
+ * @other_mode: the display mode of another display controller
+ *              that may be sharing the line buffer
  *
  * Setup up the line buffer allocation for
  * the selected display controller (CIK).