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

2023-06-20 Thread Marijn Suijten
On 2023-06-19 23:57:22, Dmitry Baryshkov wrote: > On 16/06/2023 15:25, Marijn Suijten wrote: > > On 2023-06-16 12:41:52, Dmitry Baryshkov wrote: > >> Provide actual documentation for the pclk and hdisplay calculations in > >> the case of DSC compression being used. > >> > >> Signed-off-by: Dmitry B

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

2023-06-19 Thread Dmitry Baryshkov
On 16/06/2023 15:25, Marijn Suijten wrote: On 2023-06-16 12:41:52, 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 --- drivers/gpu/drm/msm/dsi/dsi_host.c | 35 ++

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

2023-06-16 Thread Marijn Suijten
On 2023-06-16 12:41:52, 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 > --- > drivers/gpu/drm/msm/dsi/dsi_host.c | 35 -- > 1 file changed,

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

2023-06-16 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 --- drivers/gpu/drm/msm/dsi/dsi_host.c | 35 -- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/dr