aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrinivasan Shanmugam <[email protected]>2025-03-05 16:31:22 +0000
committerAlex Deucher <[email protected]>2025-03-07 17:56:04 +0000
commit9c551ca3dbb2d3e7e421aeca27eff52ed2fb23e9 (patch)
treeb494d9d0fdc17bd7a57b51c4e2080c257f7dbb8d
parentdrm/amdgpu: handle amdgpu_cgs_create_device() errors in amd_powerplay_create() (diff)
downloadkernel-9c551ca3dbb2d3e7e421aeca27eff52ed2fb23e9.tar.gz
kernel-9c551ca3dbb2d3e7e421aeca27eff52ed2fb23e9.zip
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 <[email protected]> Cc: Christian König <[email protected]> Cc: Alex Deucher <[email protected]> Signed-off-by: Srinivasan Shanmugam <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r--drivers/gpu/drm/amd/amdgpu/dce_v6_0.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c b/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
index 315c098271af..ac51b7a6e8d4 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).