drm/msm/dpu: rename dpu_hw_setup_vsync_source functions
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Thu, 13 Jun 2024 17:05:11 +0000 (20:05 +0300)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 24 Jun 2024 16:41:06 +0000 (19:41 +0300)
commit8ba16ca8cc96dfe2e2f09146fd386acc3390931c
treed3b83043f6176d0340229ec009c06e8a4d43c3cd
parentbb3db0eb6820796948db25327924c4d0e04d79a1
drm/msm/dpu: rename dpu_hw_setup_vsync_source functions

Rename dpu_hw_setup_vsync_source functions to make the names match the
implementation: on DPU 5.x the TOP only contains timer setup, while 3.x
and 4.x used MDP_VSYNC_SEL register to select TE source.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/598745/
Link: https://lore.kernel.org/r/20240613-dpu-handle-te-signal-v2-8-67a0116b5366@linaro.org
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_top.c