Re: [PATCH v1 4/5] drm/msm/dpu: calculate DSC encoder parameters dynamically

2023-04-21 Thread Dmitry Baryshkov
On 22/04/2023 00:30, Kuogee Hsieh wrote: On 4/21/2023 2:13 PM, Dmitry Baryshkov wrote: On 22/04/2023 00:07, Kuogee Hsieh wrote: On 4/20/2023 5:27 PM, Dmitry Baryshkov wrote: On 21/04/2023 02:25, Kuogee Hsieh wrote: During DSC preparation, add run time calculation to figure out what usage mo

Re: [PATCH v1 4/5] drm/msm/dpu: calculate DSC encoder parameters dynamically

2023-04-21 Thread Kuogee Hsieh
On 4/21/2023 2:13 PM, Dmitry Baryshkov wrote: On 22/04/2023 00:07, Kuogee Hsieh wrote: On 4/20/2023 5:27 PM, Dmitry Baryshkov wrote: On 21/04/2023 02:25, Kuogee Hsieh wrote: During DSC preparation, add run time calculation to figure out what usage modes, split mode and merge mode, is going

Re: [PATCH v1 4/5] drm/msm/dpu: calculate DSC encoder parameters dynamically

2023-04-21 Thread Dmitry Baryshkov
On 22/04/2023 00:07, Kuogee Hsieh wrote: On 4/20/2023 5:27 PM, Dmitry Baryshkov wrote: On 21/04/2023 02:25, 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. Signed-off-by: Kuogee Hsieh ---  

Re: [PATCH v1 4/5] drm/msm/dpu: calculate DSC encoder parameters dynamically

2023-04-21 Thread Kuogee Hsieh
On 4/20/2023 5:27 PM, Dmitry Baryshkov wrote: On 21/04/2023 02:25, 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. Signed-off-by: Kuogee Hsieh ---   drivers/gpu/drm/msm/disp/dpu1/dpu_encoder

Re: [PATCH v1 4/5] drm/msm/dpu: calculate DSC encoder parameters dynamically

2023-04-20 Thread Dmitry Baryshkov
On 21/04/2023 02:25, 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. Signed-off-by: Kuogee Hsieh --- drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 56 - 1 file ch

[PATCH v1 4/5] drm/msm/dpu: calculate DSC encoder parameters dynamically

2023-04-20 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, 32 insertions(+), 24 deletions(-) dif