Re: [PATCH v5 5/8] drm/msm/dsi: Use MSM and DRM DSC helper methods

2023-04-12 Thread Dmitry Baryshkov
On 12/04/2023 22:09, 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 ad

[PATCH v5 5/8] drm/msm/dsi: Use MSM and DRM DSC helper methods

2023-04-12 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 dsi_update