drm/msm/mdss: inline msm_mdss_icc_request_bw()
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Sat, 2 Dec 2023 22:42:46 +0000 (01:42 +0300)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Tue, 5 Dec 2023 01:09:43 +0000 (04:09 +0300)
commit7323694e118a24ab954d3a16fe59a68b311cb462
tree74f781eb94bf19ccda3de4ce91e82faa79e0dd63
parentfabaf176322d687b91a4acf1630c0d0a7d097faa
drm/msm/mdss: inline msm_mdss_icc_request_bw()

There are just two places where we set the bandwidth: in the resume and
in the suspend paths. Drop the wrapping function
msm_mdss_icc_request_bw() and call icc_set_bw() directly.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/570168/
Link: https://lore.kernel.org/r/20231202224247.1282567-4-dmitry.baryshkov@linaro.org
drivers/gpu/drm/msm/msm_mdss.c