drm/exynos: dpi: Change connector type to DPI
authorPaul Cercueil <paul@crapouillou.net>
Wed, 1 Nov 2023 20:17:31 +0000 (21:17 +0100)
committerInki Dae <inki.dae@samsung.com>
Tue, 12 Dec 2023 04:06:38 +0000 (13:06 +0900)
commitead5a41c8f8a13ad7b1c9fd2d7edb1ea909b777f
tree8eab83ddda7fefcae9bff67588e72bbc21f298da
parent4fe7a1ecaa4104c58c58a12ec29f24894381bdcc
drm/exynos: dpi: Change connector type to DPI

When exynos_drm_dpi.c was written, DRM_MODE_CONNECTOR_DPI did not exist
yet and I guess that's the reason why DRM_MODE_CONNECTOR_VGA was used as
the connector type.

However, now it makes more sense to use DRM_MODE_CONNECTOR_DPI as the
connector type.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_dpi.c