drm/msm/mdss: Rename path references to mdp_path
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Sat, 2 Dec 2023 22:42:45 +0000 (01:42 +0300)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Tue, 5 Dec 2023 01:09:42 +0000 (04:09 +0300)
commitfabaf176322d687b91a4acf1630c0d0a7d097faa
tree9fbc2cfa2322036a4d9af888c1b190afb7b32a06
parentded61d7dc5a0f8cfe7390aba33187c862d09b177
drm/msm/mdss: Rename path references to mdp_path

The DPU1 driver needs to handle all MDPn<->DDR paths, as well as
CPU<->SLAVE_DISPLAY_CFG. The former ones share how their values are
calculated, but the latter one has static predefines spanning all SoCs.

In preparation for supporting the CPU<->SLAVE_DISPLAY_CFG path, rename
the path-related struct members to include "mdp_".

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