2019-05-19 13:07:45 +01:00
# SPDX-License-Identifier: GPL-2.0-only
2015-07-21 17:01:19 +02:00
config DRM_BRIDGE
def_bool y
depends on DRM
help
Bridge registration and lookup framework.
2017-06-02 13:25:14 -07:00
config DRM_PANEL_BRIDGE
def_bool y
depends on DRM_BRIDGE
depends on DRM_KMS_HELPER
select DRM_PANEL
help
DRM bridge wrapper of DRM panels
2015-07-21 17:01:19 +02:00
menu "Display Interface Bridges"
depends on DRM && DRM_BRIDGE
2016-05-02 09:54:26 +02:00
config DRM_ANALOGIX_ANX78XX
tristate "Analogix ANX78XX bridge"
select DRM_KMS_HELPER
select REGMAP_I2C
---help---
2019-07-22 16:40:49 -03:00
ANX78XX is an ultra-low power Full-HD SlimPort transmitter
2016-05-02 09:54:26 +02:00
designed for portable devices. The ANX78XX transforms
the HDMI output of an application processor to MyDP
or DisplayPort.
2018-04-21 09:08:45 +02:00
config DRM_CDNS_DSI
tristate "Cadence DPI/DSI bridge"
select DRM_KMS_HELPER
select DRM_MIPI_DSI
select DRM_PANEL_BRIDGE
2019-01-21 16:45:54 +01:00
select GENERIC_PHY_MIPI_DPHY
2018-04-21 09:08:45 +02:00
depends on OF
help
Support Cadence DPI to DSI bridge. This is an internal
bridge and is meant to be directly embedded in a SoC.
2016-09-30 16:37:06 +02:00
config DRM_DUMB_VGA_DAC
tristate "Dumb VGA DAC Bridge support"
depends on OF
select DRM_KMS_HELPER
help
2018-03-02 10:14:26 +01:00
Support for non-programmable RGB to VGA DAC bridges, such as ADI
ADV7123, TI THS8134 and THS8135 or passive resistor ladder DACs.
2016-09-30 16:37:06 +02:00
2017-03-02 12:47:26 +02:00
config DRM_LVDS_ENCODER
tristate "Transparent parallel to LVDS encoder support"
depends on OF
2019-07-29 15:12:16 +08:00
select DRM_KMS_HELPER
2017-06-02 13:25:14 -07:00
select DRM_PANEL_BRIDGE
2017-03-02 12:47:26 +02:00
help
Support for transparent parallel to LVDS encoders that don't require
any configuration.
2017-03-03 16:57:09 +01:00
config DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW
tristate "MegaChips stdp4028-ge-b850v3-fw and stdp2690-ge-b850v3-fw"
depends on OF
select DRM_KMS_HELPER
select DRM_PANEL
---help---
This is a driver for the display bridges of
GE B850v3 that convert dual channel LVDS
to DP++. This is used with the i.MX6 imx-ldb
driver. You are likely to say N here.
2015-04-14 15:39:51 +02:00
config DRM_NXP_PTN3460
tristate "NXP PTN3460 DP/LVDS bridge"
2015-01-20 22:08:45 +05:30
depends on OF
2014-12-05 14:26:31 +08:00
select DRM_KMS_HELPER
2015-01-20 22:08:47 +05:30
select DRM_PANEL
2015-01-20 22:08:45 +05:30
---help---
2015-04-14 15:39:51 +02:00
NXP PTN3460 eDP-LVDS bridge chip driver.
2015-01-20 22:08:53 +05:30
2015-04-14 15:39:51 +02:00
config DRM_PARADE_PS8622
2015-01-20 22:08:53 +05:30
tristate "Parade eDP/LVDS bridge"
depends on OF
select DRM_PANEL
select DRM_KMS_HELPER
select BACKLIGHT_CLASS_DEVICE
---help---
2015-04-14 15:39:51 +02:00
Parade eDP-LVDS bridge chip driver.
2015-07-21 17:01:19 +02:00
2016-10-10 09:39:17 +02:00
config DRM_SIL_SII8620
tristate "Silicon Image SII8620 HDMI/MHL bridge"
2018-05-24 18:32:59 +09:00
depends on OF
2016-10-10 09:39:17 +02:00
select DRM_KMS_HELPER
2018-04-09 08:27:08 +02:00
imply EXTCON
2018-05-24 18:32:59 +09:00
select INPUT
select RC_CORE
2016-10-10 09:39:17 +02:00
help
Silicon Image SII8620 HDMI/MHL bridge chip driver.
2015-12-31 18:21:21 +01:00
config DRM_SII902X
tristate "Silicon Image sii902x RGB/HDMI bridge"
depends on OF
select DRM_KMS_HELPER
select REGMAP_I2C
2018-11-19 13:26:18 +00:00
select I2C_MUX
2015-12-31 18:21:21 +01:00
---help---
Silicon Image sii902x bridge chip driver.
2017-10-05 16:07:10 +02:00
config DRM_SII9234
tristate "Silicon Image SII9234 HDMI/MHL bridge"
depends on OF
---help---
Say Y here if you want support for the MHL interface.
It is an I2C driver, that detects connection of MHL bridge
and starts encapsulation of HDMI signal.
2018-04-18 16:40:29 +02:00
config DRM_THINE_THC63LVD1024
tristate "Thine THC63LVD1024 LVDS decoder bridge"
depends on OF
---help---
Thine THC63LVD1024 LVDS/parallel converter driver.
drm/bridge: tc358764: Add DSI to LVDS bridge driver
Add a drm_bridge driver for the Toshiba TC358764 DSI to LVDS bridge.
Changes in v4:
- removed license blob,
- ordered includes,
- added error handling,
- fixed reset GPIO handling,
- added missing calls to the panel,
- custom OF graph code replaced with helpers,
- removed tc358764_poweroff from remove callback.
v5:
- fixed supply names,
- fixed broken console - added connector to fb_helper,
- added detach callback - unbinding works,
- fixed typo in error checking code,
- removed sparse bridge->encoder check - core does it already.
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Maciej Purski <m.purski@samsung.com>
[ a.hajda@samsung.com: v4, v5 ]
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Reviewed-by: Archit Taneja <architt@codeaurora.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20180725154644.25412-6-a.hajda@samsung.com
2018-07-25 17:46:40 +02:00
config DRM_TOSHIBA_TC358764
tristate "TC358764 DSI/LVDS bridge"
depends on OF
select DRM_MIPI_DSI
2019-07-29 17:05:20 +08:00
select DRM_KMS_HELPER
select DRM_PANEL
drm/bridge: tc358764: Add DSI to LVDS bridge driver
Add a drm_bridge driver for the Toshiba TC358764 DSI to LVDS bridge.
Changes in v4:
- removed license blob,
- ordered includes,
- added error handling,
- fixed reset GPIO handling,
- added missing calls to the panel,
- custom OF graph code replaced with helpers,
- removed tc358764_poweroff from remove callback.
v5:
- fixed supply names,
- fixed broken console - added connector to fb_helper,
- added detach callback - unbinding works,
- fixed typo in error checking code,
- removed sparse bridge->encoder check - core does it already.
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Maciej Purski <m.purski@samsung.com>
[ a.hajda@samsung.com: v4, v5 ]
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Reviewed-by: Archit Taneja <architt@codeaurora.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20180725154644.25412-6-a.hajda@samsung.com
2018-07-25 17:46:40 +02:00
help
Toshiba TC358764 DSI/LVDS bridge driver.
2016-07-13 13:19:59 +05:30
config DRM_TOSHIBA_TC358767
tristate "Toshiba TC358767 eDP bridge"
depends on OF
select DRM_KMS_HELPER
select REGMAP_I2C
select DRM_PANEL
---help---
Toshiba TC358767 eDP bridge chip driver.
2016-10-31 17:21:31 +02:00
config DRM_TI_TFP410
tristate "TI TFP410 DVI/HDMI bridge"
depends on OF
select DRM_KMS_HELPER
---help---
Texas Instruments TFP410 DVI/HDMI Transmitter driver
2018-07-20 12:24:02 +05:30
config DRM_TI_SN65DSI86
tristate "TI SN65DSI86 DSI to eDP bridge"
depends on OF
select DRM_KMS_HELPER
select REGMAP_I2C
select DRM_PANEL
2018-08-15 15:49:14 -04:00
select DRM_MIPI_DSI
2018-07-20 12:24:02 +05:30
help
Texas Instruments SN65DSI86 DSI to eDP Bridge driver
2016-03-29 09:57:03 +08:00
source "drivers/gpu/drm/bridge/analogix/Kconfig"
2016-06-17 13:30:35 +05:30
source "drivers/gpu/drm/bridge/adv7511/Kconfig"
2017-03-10 15:48:12 +05:30
source "drivers/gpu/drm/bridge/synopsys/Kconfig"
2015-07-21 17:01:19 +02:00
endmenu