Re: [PATCH v11 5/9] drm/msm: Add MSM-specific DSC helper methods

2023-05-17 Thread Jessica Zhang
On 5/17/2023 2:26 PM, Marijn Suijten wrote: On 2023-05-17 11:51:14, Jessica Zhang wrote: Introduce MSM-specific DSC helper methods, as some calculations are common between DP and DSC. Signed-off-by: Jessica Zhang --- drivers/gpu/drm/msm/msm_dsc_helper.h | 38 ++

Re: [PATCH v11 5/9] drm/msm: Add MSM-specific DSC helper methods

2023-05-17 Thread Marijn Suijten
On 2023-05-17 11:51:14, Jessica Zhang wrote: > Introduce MSM-specific DSC helper methods, as some calculations are > common between DP and DSC. > > Signed-off-by: Jessica Zhang > --- > drivers/gpu/drm/msm/msm_dsc_helper.h | 38 > > 1 file changed, 38 inserti

[PATCH v11 5/9] drm/msm: Add MSM-specific DSC helper methods

2023-05-17 Thread Jessica Zhang
Introduce MSM-specific DSC helper methods, as some calculations are common between DP and DSC. Signed-off-by: Jessica Zhang --- drivers/gpu/drm/msm/msm_dsc_helper.h | 38 1 file changed, 38 insertions(+) diff --git a/drivers/gpu/drm/msm/msm_dsc_helper.h b/d