From: Srinivasan Shanmugam Date: Wed, 5 Mar 2025 16:31:22 +0000 (+0530) Subject: drm/amdgpu: Fix annotation for dce_v6_0_line_buffer_adjust function X-Git-Tag: v6.15-rc1~120^2~12^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c551ca3dbb2d3e7e421aeca27eff52ed2fb23e9;p=thirdparty%2Flinux.git drm/amdgpu: Fix annotation for dce_v6_0_line_buffer_adjust function 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 Cc: Christian König Cc: Alex Deucher Signed-off-by: Srinivasan Shanmugam Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c b/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c index 315c098271af1..ac51b7a6e8d42 100644 --- a/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c +++ b/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c @@ -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).