Re: [PATCH v4 3/6] drm/msm/dpu: Fix slice_last_group_size calculation

2023-04-05 Thread Dmitry Baryshkov
On 05/04/2023 03:41, Jessica Zhang wrote: Correct the math for slice_last_group_size so that it matches the calculations downstream. Changes in v3: - Reworded slice_last_group_size calculation to `(dsc->slice_width + 2) % 3` Fixes: c110cfd1753e ("drm/msm/disp/dpu1: Add support for DSC")

[PATCH v4 3/6] drm/msm/dpu: Fix slice_last_group_size calculation

2023-04-04 Thread Jessica Zhang
Correct the math for slice_last_group_size so that it matches the calculations downstream. Changes in v3: - Reworded slice_last_group_size calculation to `(dsc->slice_width + 2) % 3` Fixes: c110cfd1753e ("drm/msm/disp/dpu1: Add support for DSC") Signed-off-by: Jessica Zhang ---