drm/msm/dpu: drop the dpu_core_perf_crtc_update()'s stop_req param
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Sun, 30 Jul 2023 01:00:57 +0000 (04:00 +0300)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Wed, 2 Aug 2023 09:39:26 +0000 (12:39 +0300)
commit716f0d4cac0f4f420524ee330cacbe7f42fafecc
treea895bfeed7109d4bbc8c95f01c0445bd0f0cda82
parenta6239e65c801a1c0556fe5df02fda4720a371ded
drm/msm/dpu: drop the dpu_core_perf_crtc_update()'s stop_req param

The stop_req is true only in the dpu_crtc_disable() case, when
crtc->enable has already been set to false. This renders the stop_req
argument useless. Remove it completely.

Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/550206/
Link: https://lore.kernel.org/r/20230730010102.350713-6-dmitry.baryshkov@linaro.org
drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c
drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.h
drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c