]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit53aa0908516ea631ecad301461e3bddfeb1242e3
tree29b3b1a5404888d966799b3f93afa3808a8322ca
parent986a479862a89e1b88478f27e7bdd366225d615b
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]