mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
drm/msm/dsi: add the missing parameter description
Add a description for is_bonded_dsi in dsi_adjust_pclk_for_compression
to match the existing kernel-doc comment.
Fixes: e4eb11b34d ("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>
This commit is contained in:
parent
bc1dccc518
commit
958adefc4c
|
|
@ -569,6 +569,7 @@ void dsi_link_clk_disable_v2(struct msm_dsi_host *msm_host)
|
|||
* dsi_adjust_pclk_for_compression() - Adjust the pclk rate for compression case
|
||||
* @mode: The selected mode for the DSI output
|
||||
* @dsc: DRM DSC configuration for this DSI output
|
||||
* @is_bonded_dsi: True if two DSI controllers are bonded
|
||||
*
|
||||
* Adjust the pclk rate by calculating a new hdisplay proportional to
|
||||
* the compression ratio such that:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user