OSDN Git Service

drm/bridge: add Silicon Image SiI8620 driver
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 10 Oct 2016 07:39:17 +0000 (09:39 +0200)
committerArchit Taneja <architt@codeaurora.org>
Wed, 26 Oct 2016 05:49:12 +0000 (11:19 +0530)
commitce6e153f414a73a52fa1498489ce4adf20229445
tree77afbc23ed32a1245a62bcb4e5a28c5088b4a115
parent4397752c2efe55ad8d7458bd8dc535fbd842f723
drm/bridge: add Silicon Image SiI8620 driver

SiI8620 transmitter converts eTMDS/HDMI signal to MHL 3.0.
It is controlled via I2C bus. Its interaction with other
devices in video pipeline is performed mainly on HW level.
The only interaction it does on device driver level is
filtering-out unsupported video modes, it exposes drm_bridge
interface to perform this operation.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Link: http://patchwork.freedesktop.org/patch/msgid/1476085157-5266-1-git-send-email-a.hajda@samsung.com
drivers/gpu/drm/bridge/Kconfig
drivers/gpu/drm/bridge/Makefile
drivers/gpu/drm/bridge/sil-sii8620.c [new file with mode: 0644]
drivers/gpu/drm/bridge/sil-sii8620.h [new file with mode: 0644]