Re: [PATCH v4 10/11] drm/msm/dpu: move max clock decision to dpu_kms.

2023-07-17 Thread Abhinav Kumar
On 7/12/2023 3:11 PM, Dmitry Baryshkov wrote: dpu_core_perf should not make decisions on the maximum possible core clock rate. Pass the value from dpu_kms_hw_init(). Signed-off-by: Dmitry Baryshkov Also mention that with this, you are dropping the now unused core_clk handle in the dpu_cor

[PATCH v4 10/11] drm/msm/dpu: move max clock decision to dpu_kms.

2023-07-12 Thread Dmitry Baryshkov
dpu_core_perf should not make decisions on the maximum possible core clock rate. Pass the value from dpu_kms_hw_init(). Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c | 11 ++- drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.h | 8 ++-- drivers/gpu/drm