]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/msm/dsi: add the missing parameter description
authorPengyu Luo <mitltlatltl@gmail.com>
Mon, 9 Mar 2026 10:02:53 +0000 (18:02 +0800)
committerDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Wed, 25 Mar 2026 06:06:09 +0000 (08:06 +0200)
commit958adefc4c0fddee3b12269da5dd7cb49bac953f
tree6ecda9e8e4ee33aad980f098e4023fd85ae66a4e
parentbc1dccc518cc5ab5140fba06c27e7188e0ed342b
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: e4eb11b34d6c ("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>
drivers/gpu/drm/msm/dsi/dsi_host.c