drm/msm/mdp4: get rid of struct mdp4_platform_config
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Thu, 5 May 2022 13:50:08 +0000 (16:50 +0300)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 4 Jul 2022 18:05:31 +0000 (21:05 +0300)
commit97b10e15df73249a6e5dfe36d07322110748cf67
tree410f86ef9c699aa26097ccc626038ab70b06334a
parenta143890fefa5c519772cace8be27ca1bd1792e95
drm/msm/mdp4: get rid of struct mdp4_platform_config

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 <dmitry.baryshkov@linaro.org>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/485050/
Link: https://lore.kernel.org/r/20220505135008.1351533-3-dmitry.baryshkov@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
drivers/gpu/drm/msm/disp/mdp4/mdp4_kms.c
drivers/gpu/drm/msm/disp/mdp4/mdp4_kms.h