Re: [Freedreno] [PATCH v5 1/8] drm/msm/dsi: use new helpers for DSC setup

2023-04-12 Thread Jessica Zhang
On 4/12/2023 12:10 PM, Dmitry Baryshkov wrote: On 12/04/2023 22:09, Jessica Zhang wrote: From: Dmitry Baryshkov Use new DRM DSC helpers to setup DSI DSC configuration. The initial_scale_value needs to be adjusted according to the standard, but this is a separate change. Signed-off-by: Dmit

Re: [PATCH v5 1/8] drm/msm/dsi: use new helpers for DSC setup

2023-04-12 Thread Dmitry Baryshkov
On 12/04/2023 22:09, Jessica Zhang wrote: From: Dmitry Baryshkov Use new DRM DSC helpers to setup DSI DSC configuration. The initial_scale_value needs to be adjusted according to the standard, but this is a separate change. Signed-off-by: Dmitry Baryshkov Since you are resending this patch,

[PATCH v5 1/8] drm/msm/dsi: use new helpers for DSC setup

2023-04-12 Thread Jessica Zhang
From: Dmitry Baryshkov Use new DRM DSC helpers to setup DSI DSC configuration. The initial_scale_value needs to be adjusted according to the standard, but this is a separate change. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/dsi/dsi_host.c | 61 +---