]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2eb3cc7be858bb56abee5d8a12b0d6c6d43ae4c3
tree410f86ef9c699aa26097ccc626038ab70b06334a
parentef46af3ff03a3a097e9696c5bc9b874c65024115
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