Skip to content

Commit

Permalink
drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver
Browse files Browse the repository at this point in the history
The ANX7625 is an ultra-low power 4K Mobile HD Transmitter designed
for portable device. It converts MIPI DSI/DPI to DisplayPort 1.3 4K.

The ANX7625 can support both USB Type-C PD feature and MIPI DSI/DPI
to DP feature. This driver only enabled MIPI DSI/DPI to DP feature.

Signed-off-by: Xin Ji <xji@analogixsemi.com>
  • Loading branch information
Xin-ANX authored and intel-lab-lkp committed Oct 13, 2019
1 parent c11750a commit 152a82b
Show file tree
Hide file tree
Showing 5 changed files with 2,567 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/bridge/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ 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_ANALOGIX_DP) += analogix/
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/
6 changes: 6 additions & 0 deletions drivers/gpu/drm/bridge/analogix/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@
config DRM_ANALOGIX_DP
tristate
depends on DRM

config ANALOGIX_ANX7625
tristate "Analogix MIPI to DP interface support"
help
ANX7625 is an ultra-low power 4K mobile HD transmitter designed
for portable devices. It converts MIPI/DPI to DisplayPort1.3 4K.
1 change: 1 addition & 0 deletions drivers/gpu/drm/bridge/analogix/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_ANALOGIX_ANX7625) += anx7625.o
analogix_dp-objs := analogix_dp_core.o analogix_dp_reg.o
obj-$(CONFIG_DRM_ANALOGIX_DP) += analogix_dp.o
Loading

0 comments on commit 152a82b

Please sign in to comment.