Skip to content
Snippets Groups Projects
Commit 9c551ca3 authored by SRINIVASAN SHANMUGAM's avatar SRINIVASAN SHANMUGAM Committed by Alex Deucher
Browse files

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 <Qingqing.Wang@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 1435e895
No related branches found
No related tags found
No related merge requests found
...@@ -1041,6 +1041,8 @@ static void dce_v6_0_program_watermarks(struct amdgpu_device *adev, ...@@ -1041,6 +1041,8 @@ static void dce_v6_0_program_watermarks(struct amdgpu_device *adev,
* @amdgpu_crtc: the selected display controller * @amdgpu_crtc: the selected display controller
* @mode: the current display mode on the selected display * @mode: the current display mode on the selected display
* controller * controller
* @other_mode: the display mode of another display controller
* that may be sharing the line buffer
* *
* Setup up the line buffer allocation for * Setup up the line buffer allocation for
* the selected display controller (CIK). * the selected display controller (CIK).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment