Re: [Freedreno] [PATCH 2/2] drm/msm/mdp4: get rid of struct mdp4_platform_config

2022-06-15 Thread Abhinav Kumar
On 5/5/2022 6:50 AM, Dmitry Baryshkov wrote: Struct mdp4_platform_config is a relict from the DT-conversion time. Move the max_clk field to the mdp4_kms_init(), the place where it is used and drop the struct mdp4_platform_config and the mdp4_get_config() function. Signed-off-by: Dmitry Barysh

[Freedreno] [PATCH 2/2] drm/msm/mdp4: get rid of struct mdp4_platform_config

2022-05-05 Thread Dmitry Baryshkov
Struct mdp4_platform_config is a relict from the DT-conversion time. Move the max_clk field to the mdp4_kms_init(), the place where it is used and drop the struct mdp4_platform_config and the mdp4_get_config() function. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/disp/mdp4/mdp4_kms.c