Re: [PATCH v4 4/6] drm/msm/dsi: Use MSM and DRM DSC helper methods

2023-04-05 Thread Jessica Zhang
On 4/5/2023 12:27 PM, Dmitry Baryshkov wrote: On 05/04/2023 03:41, Jessica Zhang wrote: Use MSM and DRM DSC helper methods to configure DSC for DSI. Changes in V2: - *_calculate_initial_scale_value --> *_set_initial_scale_value - Split pkt_per_line and eol_byte_num changes to a separate

Re: [PATCH v4 4/6] drm/msm/dsi: Use MSM and DRM DSC helper methods

2023-04-05 Thread Dmitry Baryshkov
On 05/04/2023 03:41, Jessica Zhang wrote: Use MSM and DRM DSC helper methods to configure DSC for DSI. Changes in V2: - *_calculate_initial_scale_value --> *_set_initial_scale_value - Split pkt_per_line and eol_byte_num changes to a separate patch - Moved pclk_per_line calculation to hdisplay

[PATCH v4 4/6] drm/msm/dsi: Use MSM and DRM DSC helper methods

2023-04-04 Thread Jessica Zhang
Use MSM and DRM DSC helper methods to configure DSC for DSI. Changes in V2: - *_calculate_initial_scale_value --> *_set_initial_scale_value - Split pkt_per_line and eol_byte_num changes to a separate patch - Moved pclk_per_line calculation to hdisplay adjustment in `if (dsc)` block of