Re: [PATCH v4] drm/msm/dsi: Document DSC related pclk_rate and hdisplay calculations

2024-02-19 Thread Dmitry Baryshkov
On Thu, 08 Feb 2024 17:23:08 +0200, Dmitry Baryshkov wrote: > Provide actual documentation for the pclk and hdisplay calculations in > the case of DSC compression being used. > > Applied, thanks! [1/1] drm/msm/dsi: Document DSC related pclk_rate and hdisplay calculations https://gitlab.

Re: [PATCH v4] drm/msm/dsi: Document DSC related pclk_rate and hdisplay calculations

2024-02-08 Thread Abhinav Kumar
On 2/8/2024 7:23 AM, Dmitry Baryshkov wrote: Provide actual documentation for the pclk and hdisplay calculations in the case of DSC compression being used. Signed-off-by: Dmitry Baryshkov --- Changes since v3: - refresh rate -> transfer time (Abhinav) Changes since v2: - Followed suggestion

[PATCH v4] drm/msm/dsi: Document DSC related pclk_rate and hdisplay calculations

2024-02-08 Thread Dmitry Baryshkov
Provide actual documentation for the pclk and hdisplay calculations in the case of DSC compression being used. Signed-off-by: Dmitry Baryshkov --- Changes since v3: - refresh rate -> transfer time (Abhinav) Changes since v2: - Followed suggestion by Abhinav and Marijn to improve documentatry c