mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
ff1ca6397b
Add basic support for the Toshiba TC358768 RGB to DSI bridge. Not all the features of the TC358768 is implemented by the initial driver: MIPI_DSI_MODE_VIDEO and MIPI_DSI_FMT_RGB888 is only supported and tested. Only write is implemented for mipi_dsi_host_ops.transfer. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Reviewed-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200131111553.472-3-peter.ujfalusi@ti.com
22 lines
906 B
Makefile
22 lines
906 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_DRM_CDNS_DSI) += cdns-dsi.o
|
|
obj-$(CONFIG_DRM_DUMB_VGA_DAC) += dumb-vga-dac.o
|
|
obj-$(CONFIG_DRM_LVDS_CODEC) += lvds-codec.o
|
|
obj-$(CONFIG_DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW) += megachips-stdpxxxx-ge-b850v3-fw.o
|
|
obj-$(CONFIG_DRM_NXP_PTN3460) += nxp-ptn3460.o
|
|
obj-$(CONFIG_DRM_PARADE_PS8622) += parade-ps8622.o
|
|
obj-$(CONFIG_DRM_PARADE_PS8640) += parade-ps8640.o
|
|
obj-$(CONFIG_DRM_SIL_SII8620) += sil-sii8620.o
|
|
obj-$(CONFIG_DRM_SII902X) += sii902x.o
|
|
obj-$(CONFIG_DRM_SII9234) += sii9234.o
|
|
obj-$(CONFIG_DRM_THINE_THC63LVD1024) += thc63lvd1024.o
|
|
obj-$(CONFIG_DRM_TOSHIBA_TC358764) += tc358764.o
|
|
obj-$(CONFIG_DRM_TOSHIBA_TC358767) += tc358767.o
|
|
obj-$(CONFIG_DRM_TOSHIBA_TC358768) += tc358768.o
|
|
obj-$(CONFIG_DRM_I2C_ADV7511) += adv7511/
|
|
obj-$(CONFIG_DRM_TI_SN65DSI86) += ti-sn65dsi86.o
|
|
obj-$(CONFIG_DRM_TI_TFP410) += ti-tfp410.o
|
|
|
|
obj-y += analogix/
|
|
obj-y += synopsys/
|