]> git.dujemihanovic.xyz Git - linux.git/commit
drm/msm/dp: Remove now unused connector_type from desc
authorBjorn Andersson <quic_bjorande@quicinc.com>
Sat, 6 Apr 2024 03:14:11 +0000 (20:14 -0700)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 8 Apr 2024 15:40:18 +0000 (18:40 +0300)
commit766f705204a08ee5e8a83aa7a425f86aa542b055
treeaa65f5655b4c684af52efdd1f7fc67199cf9b9f2
parent1a3749c379173113aa1ad11ee62a97a503023616
drm/msm/dp: Remove now unused connector_type from desc

Now that the connector_type is dynamically determined, the
connector_type of the struct msm_dp_desc is unused. Clean it up.

Remaining duplicate entries are squashed.

Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Abel Vesa <abel.vesa@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/588020/
Link: https://lore.kernel.org/r/20240405-dp-connector-type-cleanup-v2-1-0f47d5462ab9@quicinc.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
drivers/gpu/drm/msm/dp/dp_display.c