OSDN Git Service

drm: bridge: Add TI DLPC3433 DSI to DMD bridge
authorJagan Teki <jagan@amarulasolutions.com>
Fri, 3 Jun 2022 14:03:49 +0000 (19:33 +0530)
committerRobert Foss <robert.foss@linaro.org>
Fri, 3 Jun 2022 14:23:31 +0000 (16:23 +0200)
commit6352cd451ddbb506ce061868a9e5465d294d4857
tree29b3b1a5404888d966799b3f93afa3808a8322ca
parente1402c6619df9be27518004eed75561a66718d9a
drm: bridge: Add TI DLPC3433 DSI to DMD bridge

TI DLPC3433 is a MIPI DSI based display controller bridge
for processing high resolution DMD based projectors.

It has a flexible configuration of MIPI DSI and DPI signal
input that produces a DMD output in RGB565, RGB666, RGB888
formats.

It supports upto 720p resolution with 60 and 120 Hz refresh
rates.

Add bridge driver for it.

Signed-off-by: Christopher Vollo <chris@renewoutreach.org>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Robert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220603140349.3563612-2-jagan@amarulasolutions.com
MAINTAINERS
drivers/gpu/drm/bridge/Kconfig
drivers/gpu/drm/bridge/Makefile
drivers/gpu/drm/bridge/ti-dlpc3433.c [new file with mode: 0644]