Skip to content

Commit b2e2431

Browse files
right-0903gregkh
authored andcommitted
drm/msm/dsi: add the missing parameter description
[ Upstream commit 958adef ] Add a description for is_bonded_dsi in dsi_adjust_pclk_for_compression to match the existing kernel-doc comment. Fixes: e4eb11b ("drm/msm/dsi: fix pclk rate calculation for bonded dsi") Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202603080314.XeqyRZ7A-lkp@intel.com/ Signed-off-by: Pengyu Luo <mitltlatltl@gmail.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Patchwork: https://patchwork.freedesktop.org/patch/710112/ Link: https://lore.kernel.org/r/20260309100254.877801-1-mitltlatltl@gmail.com Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent c5735c7 commit b2e2431

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/msm/dsi/dsi_host.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ void dsi_link_clk_disable_v2(struct msm_dsi_host *msm_host)
519519
* dsi_adjust_pclk_for_compression() - Adjust the pclk rate for compression case
520520
* @mode: The selected mode for the DSI output
521521
* @dsc: DRM DSC configuration for this DSI output
522+
* @is_bonded_dsi: True if two DSI controllers are bonded
522523
*
523524
* Adjust the pclk rate by calculating a new hdisplay proportional to
524525
* the compression ratio such that:

0 commit comments

Comments
 (0)