Re: [PATCH v4 6/6] drm/msm/dsi: Fix calculations pkt_per_line

2023-04-05 Thread Dmitry Baryshkov
On 05/04/2023 03:41, Jessica Zhang wrote: Currently, pkt_per_line is calculated by dividing slice_per_intf by slice_count. This is incorrect, as slice_per_intf should be divided by slice_per_pkt, which is not always equivalent to slice_count as it is possible for there to be multiple soft slices

[PATCH v4 6/6] drm/msm/dsi: Fix calculations pkt_per_line

2023-04-04 Thread Jessica Zhang
Currently, pkt_per_line is calculated by dividing slice_per_intf by slice_count. This is incorrect, as slice_per_intf should be divided by slice_per_pkt, which is not always equivalent to slice_count as it is possible for there to be multiple soft slices per interface even though a panel only