2019-05-19 19:07:45 +07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2015-07-21 22:01:19 +07:00
|
|
|
config DRM_BRIDGE
|
|
|
|
def_bool y
|
|
|
|
depends on DRM
|
|
|
|
help
|
|
|
|
Bridge registration and lookup framework.
|
|
|
|
|
2017-06-03 03: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 22:01:19 +07:00
|
|
|
menu "Display Interface Bridges"
|
|
|
|
depends on DRM && DRM_BRIDGE
|
|
|
|
|
2018-04-21 14:08:45 +07: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 22:45:54 +07:00
|
|
|
select GENERIC_PHY_MIPI_DPHY
|
2018-04-21 14:08:45 +07: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 21:37:06 +07:00
|
|
|
config DRM_DUMB_VGA_DAC
|
|
|
|
tristate "Dumb VGA DAC Bridge support"
|
|
|
|
depends on OF
|
|
|
|
select DRM_KMS_HELPER
|
|
|
|
help
|
2018-03-02 16:14:26 +07: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 21:37:06 +07:00
|
|
|
|
2017-03-02 17:47:26 +07:00
|
|
|
config DRM_LVDS_ENCODER
|
|
|
|
tristate "Transparent parallel to LVDS encoder support"
|
|
|
|
depends on OF
|
2019-07-29 14:12:16 +07:00
|
|
|
select DRM_KMS_HELPER
|
2017-06-03 03:25:14 +07:00
|
|
|
select DRM_PANEL_BRIDGE
|
2017-03-02 17:47:26 +07:00
|
|
|
help
|
|
|
|
Support for transparent parallel to LVDS encoders that don't require
|
|
|
|
any configuration.
|
|
|
|
|
2017-03-03 22:57:09 +07: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 20:39:51 +07:00
|
|
|
config DRM_NXP_PTN3460
|
|
|
|
tristate "NXP PTN3460 DP/LVDS bridge"
|
2015-01-20 23:38:45 +07:00
|
|
|
depends on OF
|
2014-12-05 13:26:31 +07:00
|
|
|
select DRM_KMS_HELPER
|
2015-01-20 23:38:47 +07:00
|
|
|
select DRM_PANEL
|
2015-01-20 23:38:45 +07:00
|
|
|
---help---
|
2015-04-14 20:39:51 +07:00
|
|
|
NXP PTN3460 eDP-LVDS bridge chip driver.
|
2015-01-20 23:38:53 +07:00
|
|
|
|
2015-04-14 20:39:51 +07:00
|
|
|
config DRM_PARADE_PS8622
|
2015-01-20 23:38:53 +07:00
|
|
|
tristate "Parade eDP/LVDS bridge"
|
|
|
|
depends on OF
|
|
|
|
select DRM_PANEL
|
|
|
|
select DRM_KMS_HELPER
|
|
|
|
select BACKLIGHT_CLASS_DEVICE
|
|
|
|
---help---
|
2015-04-14 20:39:51 +07:00
|
|
|
Parade eDP-LVDS bridge chip driver.
|
2015-07-21 22:01:19 +07:00
|
|
|
|
2016-10-10 14:39:17 +07:00
|
|
|
config DRM_SIL_SII8620
|
|
|
|
tristate "Silicon Image SII8620 HDMI/MHL bridge"
|
2018-05-24 16:32:59 +07:00
|
|
|
depends on OF
|
2016-10-10 14:39:17 +07:00
|
|
|
select DRM_KMS_HELPER
|
2018-04-09 13:27:08 +07:00
|
|
|
imply EXTCON
|
2019-04-19 15:19:25 +07:00
|
|
|
depends on RC_CORE || !RC_CORE
|
2016-10-10 14:39:17 +07:00
|
|
|
help
|
|
|
|
Silicon Image SII8620 HDMI/MHL bridge chip driver.
|
|
|
|
|
2016-01-01 00:21:21 +07:00
|
|
|
config DRM_SII902X
|
|
|
|
tristate "Silicon Image sii902x RGB/HDMI bridge"
|
|
|
|
depends on OF
|
|
|
|
select DRM_KMS_HELPER
|
|
|
|
select REGMAP_I2C
|
2018-11-19 20:26:18 +07:00
|
|
|
select I2C_MUX
|
2016-01-01 00:21:21 +07:00
|
|
|
---help---
|
|
|
|
Silicon Image sii902x bridge chip driver.
|
|
|
|
|
2017-10-05 21:07:10 +07: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 21:40:29 +07: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 22:46:40 +07:00
|
|
|
config DRM_TOSHIBA_TC358764
|
|
|
|
tristate "TC358764 DSI/LVDS bridge"
|
|
|
|
depends on OF
|
|
|
|
select DRM_MIPI_DSI
|
2019-07-29 16:05:20 +07: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 22:46:40 +07:00
|
|
|
help
|
|
|
|
Toshiba TC358764 DSI/LVDS bridge driver.
|
|
|
|
|
2016-07-13 14:49:59 +07:00
|
|
|
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 22:21:31 +07: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 13:54:02 +07:00
|
|
|
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-16 02:49:14 +07:00
|
|
|
select DRM_MIPI_DSI
|
2018-07-20 13:54:02 +07:00
|
|
|
help
|
|
|
|
Texas Instruments SN65DSI86 DSI to eDP Bridge driver
|
|
|
|
|
2016-03-29 08:57:03 +07:00
|
|
|
source "drivers/gpu/drm/bridge/analogix/Kconfig"
|
|
|
|
|
2016-06-17 15:00:35 +07:00
|
|
|
source "drivers/gpu/drm/bridge/adv7511/Kconfig"
|
|
|
|
|
2017-03-10 17:18:12 +07:00
|
|
|
source "drivers/gpu/drm/bridge/synopsys/Kconfig"
|
|
|
|
|
2015-07-21 22:01:19 +07:00
|
|
|
endmenu
|