FROMLIST: drm/bridge: move ANA78xx driver to analogix subdirectory

As ANA78xx chips are designed and produced by Analogix Semiconductor,
Inc, move their driver codes into analogix subdirectory.

Change-Id: I33b4bc6c8ac6b438c676b719294397ebcef70096
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181018073327.64942-2-icenowy@aosc.io
This commit is contained in:
Icenowy Zheng
2018-10-18 15:33:19 +08:00
committed by Wyon Bi
parent 0dbb67fb43
commit 2ddf051f7c
6 changed files with 13 additions and 12 deletions

View File

@@ -7,16 +7,6 @@ config DRM_BRIDGE
menu "Display Interface Bridges"
depends on DRM && DRM_BRIDGE
config DRM_ANALOGIX_ANX78XX
tristate "Analogix ANX78XX bridge"
select DRM_KMS_HELPER
select REGMAP_I2C
---help---
ANX78XX is an ultra-low Full-HD SlimPort transmitter
designed for portable devices. The ANX78XX transforms
the HDMI output of an application processor to MyDP
or DisplayPort.
config DRM_NXP_PTN3460
tristate "NXP PTN3460 DP/LVDS bridge"
depends on OF

View File

@@ -1,10 +1,10 @@
ccflags-y := -Iinclude/drm
obj-$(CONFIG_DRM_ANALOGIX_ANX78XX) += analogix-anx78xx.o
obj-$(CONFIG_DRM_NXP_PTN3460) += nxp-ptn3460.o
obj-$(CONFIG_DRM_PARADE_PS8622) += parade-ps8622.o
obj-$(CONFIG_DRM_ANALOGIX_DP) += analogix/
obj-$(CONFIG_DRM_RK1000) += rk1000.o
obj-$(CONFIG_DRM_DUMB_VGA_DAC) += dumb-vga-dac.o
obj-$(CONFIG_DRM_LONTIUM_LT8912) += lt8912.o
obj-y += analogix/
obj-y += synopsys/

View File

@@ -2,3 +2,13 @@
config DRM_ANALOGIX_DP
tristate
depends on DRM
config DRM_ANALOGIX_ANX78XX
tristate "Analogix ANX78XX bridge"
select DRM_KMS_HELPER
select REGMAP_I2C
---help---
ANX78XX is an ultra-low Full-HD SlimPort transmitter
designed for portable devices. The ANX78XX transforms
the HDMI output of an application processor to MyDP
or DisplayPort.

View File

@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
analogix_dp-objs := analogix_dp_core.o analogix_dp_reg.o
obj-$(CONFIG_DRM_ANALOGIX_DP) += analogix_dp.o
obj-$(CONFIG_DRM_ANALOGIX_ANX78XX) += analogix-anx78xx.o