mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-23 21:39:02 +00:00
AR-1 - Adding support category for distributions AR-4 - Remove Allwinner legacy AR-5 - Drop Udoo family and move Udoo board into newly created imx6 family AR-9 - Rename sunxi-next to sunxi-legacy AR-10 - Rename sunxi-dev to sunxi-current AR-11 - Adding Radxa Rockpi S support AR-13 - Rename rockchip64-default to rockchip64-legacy AR-14 - Add rockchip64-current as mainline source AR-15 - Drop Rockchip 4.19.y NEXT, current become 5.3.y AR-16 - Rename RK3399 default to legacy AR-17 - Rename Odroid XU4 next and default to legacy 4.14.y, add DEV 5.4.y AR-18 - Add Odroid N2 current mainline AR-19 - Move Odroid C1 to meson family AR-20 - Rename mvebu64-default to mvebu64-legacy AR-21 - Rename mvebu-default to mvebu-legacy AR-22 - Rename mvebu-next to mvebu-current AR-23 - Drop meson64 default and next, current becomes former DEV 5.3.y AR-24 - Drop cubox family and move Cubox/Hummingboard boards under imx6 AR-26 - Adjust motd AR-27 - Enabling distribution release status AR-28 - Added new GCC compilers AR-29 - Implementing Ubuntu Eoan AR-30 - Add desktop packages per board or family AR-31 - Remove (Ubuntu/Debian) distribution name from image filename AR-32 - Move arch configs from configuration.sh to separate arm64 and armhf config files AR-33 - Revision numbers for beta builds changed to day_in_the_year AR-34 - Patches support linked patches AR-35 - Break meson64 family into gxbb and gxl AR-36 - Add Nanopineo2 Black AR-38 - Upgrade option from old branches to new one via armbian-config AR-41 - Show full timezone info AR-43 - Merge Odroid N2 to meson64 AR-44 - Enable FORCE_BOOTSCRIPT_UPDATE for all builds
97 lines
3.9 KiB
Diff
97 lines
3.9 KiB
Diff
From c66953710d4c7205c380bf9c5a7e296bef3d4948 Mon Sep 17 00:00:00 2001
|
|
From: Icenowy Zheng <icenowy@aosc.io>
|
|
Date: Thu, 18 Oct 2018 15:33:19 +0800
|
|
Subject: [PATCH 126/146] 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.
|
|
|
|
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
|
|
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
---
|
|
drivers/gpu/drm/bridge/Kconfig | 10 ----------
|
|
drivers/gpu/drm/bridge/Makefile | 4 ++--
|
|
drivers/gpu/drm/bridge/analogix/Kconfig | 10 ++++++++++
|
|
drivers/gpu/drm/bridge/analogix/Makefile | 1 +
|
|
.../gpu/drm/bridge/{ => analogix}/analogix-anx78xx.c | 0
|
|
.../gpu/drm/bridge/{ => analogix}/analogix-anx78xx.h | 0
|
|
6 files changed, 13 insertions(+), 12 deletions(-)
|
|
rename drivers/gpu/drm/bridge/{ => analogix}/analogix-anx78xx.c (100%)
|
|
rename drivers/gpu/drm/bridge/{ => analogix}/analogix-anx78xx.h (100%)
|
|
|
|
diff --git a/drivers/gpu/drm/bridge/Kconfig b/drivers/gpu/drm/bridge/Kconfig
|
|
index bf6cad6c9178..43f3c8ff54a4 100644
|
|
--- a/drivers/gpu/drm/bridge/Kconfig
|
|
+++ b/drivers/gpu/drm/bridge/Kconfig
|
|
@@ -15,16 +15,6 @@ config DRM_PANEL_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_CDNS_DSI
|
|
tristate "Cadence DPI/DSI bridge"
|
|
select DRM_KMS_HELPER
|
|
diff --git a/drivers/gpu/drm/bridge/Makefile b/drivers/gpu/drm/bridge/Makefile
|
|
index 4934fcf..729a806 100644
|
|
--- a/drivers/gpu/drm/bridge/Makefile
|
|
+++ b/drivers/gpu/drm/bridge/Makefile
|
|
@@ -1,5 +1,4 @@
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
-obj-$(CONFIG_DRM_ANALOGIX_ANX78XX) += analogix-anx78xx.o
|
|
obj-$(CONFIG_DRM_CDNS_DSI) += cdns-dsi.o
|
|
obj-$(CONFIG_DRM_DUMB_VGA_DAC) += dumb-vga-dac.o
|
|
obj-$(CONFIG_DRM_LVDS_ENCODER) += lvds-encoder.o
|
|
@@ -16,4 +15,6 @@ 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/
|
|
diff --git a/drivers/gpu/drm/bridge/analogix/Kconfig b/drivers/gpu/drm/bridge/analogix/Kconfig
|
|
index 80f286fa3a69..27b37aa2ea77 100644
|
|
--- a/drivers/gpu/drm/bridge/analogix/Kconfig
|
|
+++ b/drivers/gpu/drm/bridge/analogix/Kconfig
|
|
@@ -1,3 +1,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.
|
|
diff --git a/drivers/gpu/drm/bridge/analogix/Makefile b/drivers/gpu/drm/bridge/analogix/Makefile
|
|
index cd4010ba6890..eb41be845055 100644
|
|
--- a/drivers/gpu/drm/bridge/analogix/Makefile
|
|
+++ b/drivers/gpu/drm/bridge/analogix/Makefile
|
|
@@ -1,2 +1,3 @@
|
|
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
|
|
diff --git a/drivers/gpu/drm/bridge/analogix-anx78xx.c b/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c
|
|
similarity index 100%
|
|
rename from drivers/gpu/drm/bridge/analogix-anx78xx.c
|
|
rename to drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c
|
|
diff --git a/drivers/gpu/drm/bridge/analogix-anx78xx.h b/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.h
|
|
similarity index 100%
|
|
rename from drivers/gpu/drm/bridge/analogix-anx78xx.h
|
|
rename to drivers/gpu/drm/bridge/analogix/analogix-anx78xx.h
|
|
--
|
|
2.17.1
|
|
|