drm: exynos: dsi: Convert to bridge driver
authorJagan Teki <jagan@amarulasolutions.com>
Mon, 22 Nov 2021 07:06:32 +0000 (12:36 +0530)
committerRobert Foss <robert.foss@linaro.org>
Tue, 4 Jan 2022 15:05:51 +0000 (16:05 +0100)
commit92e794fab87af0793403d5e4a547f0be94a0e656
tree3f71a9211c8ac79072ba09fad726cd7f4d8291fd
parentf5f05ddc37e0445567e4a2369b73ecf9ee2e187d
drm: exynos: dsi: Convert to bridge driver

Some display panels would come up with a non-DSI output, those
can have an option to connect the DSI host by means of interface
bridge converter.

This DSI to non-DSI interface bridge converter would requires
DSI Host to handle drm bridge functionalities in order to DSI
Host to Interface bridge.

This patch convert the existing to a drm bridge driver with a
built-in encoder support for compatibility with existing
component drivers.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Robert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20211122070633.89219-2-jagan@amarulasolutions.com
drivers/gpu/drm/exynos/exynos_drm_dsi.c