Re: [PATCH v2 7/7] drm/msm/dpu: calculate DSC encoder parameters dynamically

2023-04-28 Thread Dmitry Baryshkov
On 29/04/2023 04:22, Abhinav Kumar wrote: On 4/28/2023 5:52 PM, Dmitry Baryshkov wrote: On 29/04/2023 02:45, Kuogee Hsieh wrote: During DSC preparation, add run time calculation to figure out what usage modes, split mode and merge mode, is going to be setup. This patch doesn't determine the

Re: [PATCH v2 7/7] drm/msm/dpu: calculate DSC encoder parameters dynamically

2023-04-28 Thread Abhinav Kumar
On 4/28/2023 5:52 PM, Dmitry Baryshkov wrote: On 29/04/2023 02:45, Kuogee Hsieh wrote: During DSC preparation, add run time calculation to figure out what usage modes, split mode and merge mode, is going to be setup. This patch doesn't determine the mode. It changes programming of DSC bits

Re: [PATCH v2 7/7] drm/msm/dpu: calculate DSC encoder parameters dynamically

2023-04-28 Thread Dmitry Baryshkov
On 29/04/2023 02:45, Kuogee Hsieh wrote: During DSC preparation, add run time calculation to figure out what usage modes, split mode and merge mode, is going to be setup. This patch doesn't determine the mode. It changes programming of DSC bits according to the mode being selected. Signed-

[PATCH v2 7/7] drm/msm/dpu: calculate DSC encoder parameters dynamically

2023-04-28 Thread Kuogee Hsieh
During DSC preparation, add run time calculation to figure out what usage modes, split mode and merge mode, is going to be setup. Signed-off-by: Kuogee Hsieh --- drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 56 - 1 file changed, 31 insertions(+), 25 deletions(-) dif