[PATCH] drm/msm/dsi: add the missing parameter description

Pengyu Luo posted 1 patch 1 month ago
drivers/gpu/drm/msm/dsi/dsi_host.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] drm/msm/dsi: add the missing parameter description
Posted by Pengyu Luo 1 month ago
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>
---
 drivers/gpu/drm/msm/dsi/dsi_host.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/msm/dsi/dsi_host.c b/drivers/gpu/drm/msm/dsi/dsi_host.c
index db6da99375..6cb634590e 100644
--- a/drivers/gpu/drm/msm/dsi/dsi_host.c
+++ b/drivers/gpu/drm/msm/dsi/dsi_host.c
@@ -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:
-- 
2.53.0
Re: [PATCH] drm/msm/dsi: add the missing parameter description
Posted by Dmitry Baryshkov 1 week, 5 days ago
On Mon, 09 Mar 2026 18:02:53 +0800, Pengyu Luo wrote:
> Add a description for is_bonded_dsi in dsi_adjust_pclk_for_compression
> to match the existing kernel-doc comment.

Applied to msm-next, thanks!

[1/1] drm/msm/dsi: add the missing parameter description
      https://gitlab.freedesktop.org/lumag/msm/-/commit/958adefc4c0f

Best regards,
-- 
With best wishes
Dmitry
Re: [PATCH] drm/msm/dsi: add the missing parameter description
Posted by Dmitry Baryshkov 3 weeks, 5 days ago
On Mon, Mar 09, 2026 at 06:02:53PM +0800, Pengyu Luo wrote:
> 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>
> ---
>  drivers/gpu/drm/msm/dsi/dsi_host.c | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>


-- 
With best wishes
Dmitry