]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: bridge: add basic support for the Parade DP501 transmitter
authorJonas Schwöbel <jonasschwoebel@yahoo.de>
Wed, 31 Jan 2024 06:57:18 +0000 (08:57 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sun, 21 Apr 2024 07:07:02 +0000 (09:07 +0200)
commit0afdc32d7c6bbc74169caff94541f54f7368aa16
tree8959ac36efd75729510ff69445cd7ac5884fe56d
parentda16cdeb4ed3148744ae31c955bf5fba307e31eb
video: bridge: add basic support for the Parade DP501 transmitter

The Parade DP501 is a DP & DVI/HDMI dual-mode transmitter. It
enables an RGB/Parallel SOC output to be converted, packed and
serialized into either DP or TMDS output device. Only DisplayPort
functionality of this transmitter has been implemented and tested.

Signed-off-by: Jonas Schwöbel <jonasschwoebel@yahoo.de>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
drivers/video/bridge/Kconfig
drivers/video/bridge/Makefile
drivers/video/bridge/dp501.c [new file with mode: 0644]