Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Paul Cercueil and committed by
Inki Dae
ead5a41c 4fe7a1ec

+1 -1
+1 -1
drivers/gpu/drm/exynos/exynos_drm_dpi.c
··· 101 101 102 102 ret = drm_connector_init(encoder->dev, connector, 103 103 &exynos_dpi_connector_funcs, 104 - DRM_MODE_CONNECTOR_VGA); 104 + DRM_MODE_CONNECTOR_DPI); 105 105 if (ret) { 106 106 DRM_DEV_ERROR(ctx->dev, 107 107 "failed to initialize connector with drm\n");