Re: [PATCH v7 1/8] drm/display/dsc: Add flatness and initial scale value calculations

2023-05-09 Thread Marijn Suijten
On 2023-05-09 15:06:47, Jessica Zhang wrote: > Add helpers to calculate det_thresh_flatness and initial_scale_value as > these calculations are defined within the DSC spec. > > Signed-off-by: Dmitry Baryshkov > Signed-off-by: Jessica Zhang This ordering is odd: Jessica originally sent the patch

[PATCH v7 1/8] drm/display/dsc: Add flatness and initial scale value calculations

2023-05-09 Thread Jessica Zhang
Add helpers to calculate det_thresh_flatness and initial_scale_value as these calculations are defined within the DSC spec. Signed-off-by: Dmitry Baryshkov Signed-off-by: Jessica Zhang --- include/drm/display/drm_dsc_helper.h | 11 +++ 1 file changed, 11 insertions(+) diff --git a/incl