Re: [Freedreno] [PATCH v5 1/6] drm/msm/dpu: drop unused lm_max_width from RM

2022-02-09 Thread Abhinav Kumar
On 1/21/2022 1:06 PM, Dmitry Baryshkov wrote: No code uses lm_max_width from resource manager, so drop it. Instead of calculating the lm_max_width, code can use max_mixer_width field from the hw catalog. Signed-off-by: Dmitry Baryshkov Reviewed-by: Stephen Boyd Reviewed-by: Abhinav Kumar

[PATCH v5 1/6] drm/msm/dpu: drop unused lm_max_width from RM

2022-01-21 Thread Dmitry Baryshkov
No code uses lm_max_width from resource manager, so drop it. Instead of calculating the lm_max_width, code can use max_mixer_width field from the hw catalog. Signed-off-by: Dmitry Baryshkov Reviewed-by: Stephen Boyd --- drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c | 12 drivers/gpu/drm/m