Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Srinivasan Shanmugam and committed by
Alex Deucher
9c551ca3 1435e895

+2
+2
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
··· 1041 1041 * @amdgpu_crtc: the selected display controller 1042 1042 * @mode: the current display mode on the selected display 1043 1043 * controller 1044 + * @other_mode: the display mode of another display controller 1045 + * that may be sharing the line buffer 1044 1046 * 1045 1047 * Setup up the line buffer allocation for 1046 1048 * the selected display controller (CIK).