Re: [PATCH v5 2/8] drm/msm: Add MSM-specific DSC helper methods

2023-04-12 Thread Dmitry Baryshkov
On 13/04/2023 00:49, Jessica Zhang wrote: On 4/12/2023 12:16 PM, Dmitry Baryshkov wrote: On 12/04/2023 22:09, Jessica Zhang wrote: Introduce MSM-specific DSC helper methods, as some calculations are common between DP and DSC. Changes in v2: - Moved files up to msm/ directory - Dropped

Re: [PATCH v5 2/8] drm/msm: Add MSM-specific DSC helper methods

2023-04-12 Thread Jessica Zhang
On 4/12/2023 12:16 PM, Dmitry Baryshkov wrote: On 12/04/2023 22:09, Jessica Zhang wrote: Introduce MSM-specific DSC helper methods, as some calculations are common between DP and DSC. Changes in v2: - Moved files up to msm/ directory - Dropped get_comp_ratio() helper - Used drm_int2fixp()

Re: [PATCH v5 2/8] drm/msm: Add MSM-specific DSC helper methods

2023-04-12 Thread Dmitry Baryshkov
On 12/04/2023 22:09, Jessica Zhang wrote: Introduce MSM-specific DSC helper methods, as some calculations are common between DP and DSC. Changes in v2: - Moved files up to msm/ directory - Dropped get_comp_ratio() helper - Used drm_int2fixp() to convert to integers to fp - Style changes to

[PATCH v5 2/8] drm/msm: Add MSM-specific DSC helper methods

2023-04-12 Thread Jessica Zhang
Introduce MSM-specific DSC helper methods, as some calculations are common between DP and DSC. Changes in v2: - Moved files up to msm/ directory - Dropped get_comp_ratio() helper - Used drm_int2fixp() to convert to integers to fp - Style changes to improve readability - Dropped unused bpp