Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6869840 authored by Jeykumar Sankaran's avatar Jeykumar Sankaran Committed by Gerrit - the friendly Code Review server
Browse files

drm/msm: cleanup display drivers to restore upstream files



Display downstream drivers are moved to techpack project.
Cleanup the following dead driver codes and restore the
upstream files for drm/msm folder. Compilation verified
by making minimal downstream changes to address adreno
and touch driver references.

Drivers getting removed:
	drm/msm/sde
	drm/msm/dp
	drm/msm/display-staging/
	clk/qcom/mdss/
	media/platform/msm/sde/rotator

Change-Id: I443ea8be2c0af049747ba33c85b02af4bf6d9a02
Signed-off-by: default avatarJeykumar Sankaran <jsanka@codeaurora.org>
Signed-off-by: default avatarNarendra Muppalla <NarendraM@codeaurora.org>
parent c0835c6a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
source "drivers/clk/qcom/mdss/Kconfig"

config QCOM_GDSC
	bool
	select PM_GENERIC_DOMAINS if PM
+0 −2
Original line number Diff line number Diff line
@@ -60,5 +60,3 @@ obj-$(CONFIG_SM_NPUCC_LITO) += npucc-lito.o
obj-$(CONFIG_SM_VIDEOCC_LITO) += videocc-lito.o
obj-$(CONFIG_SM_GPUCC_LITO) += gpucc-lito.o
obj-$(CONFIG_SPMI_PMIC_CLKDIV) += clk-spmi-pmic-div.o

obj-y += mdss/

drivers/clk/qcom/mdss/Kconfig

deleted100644 → 0
+0 −17
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only

config QCOM_MDSS_PLL
	bool "MDSS pll programming"
	depends on COMMON_CLK_QCOM
	help
	It provides support for DSI, eDP and HDMI interface pll programming on MDSS
	hardware. It also handles the pll specific resources and turn them on/off when
	mdss pll client tries to enable/disable pll clocks.

config QCOM_MDSS_DP_PLL
	bool "MDSS DisplayPort PLL programming"
	depends on QCOM_MDSS_PLL
	default n
	help
	This flag enables the modules for DisplayPort (DP) PLL programming and is
	required for all targets that support DP.

drivers/clk/qcom/mdss/Makefile

deleted100644 → 0
+0 −16
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only

obj-$(CONFIG_QCOM_MDSS_PLL) += mdss-pll-util.o
obj-$(CONFIG_QCOM_MDSS_PLL) += mdss-pll.o
obj-$(CONFIG_QCOM_MDSS_PLL) += mdss-dsi-pll-10nm.o
obj-$(CONFIG_QCOM_MDSS_PLL) += mdss-dsi-pll-7nm.o
obj-$(CONFIG_QCOM_MDSS_PLL) += mdss-dsi-pll-28lpm.o
obj-$(CONFIG_QCOM_MDSS_PLL) += mdss-dsi-pll-28nm-util.o
obj-$(CONFIG_QCOM_MDSS_PLL) += mdss-dsi-pll-14nm.o
obj-$(CONFIG_QCOM_MDSS_PLL) += mdss-dsi-pll-14nm-util.o
obj-$(CONFIG_QCOM_MDSS_PLL) += mdss-hdmi-pll-28lpm.o
obj-$(CONFIG_QCOM_MDSS_DP_PLL) += mdss-dp-pll-7nm.o \
	mdss-dp-pll-7nm-util.o \
	mdss-dp-pll-10nm.o \
	mdss-dp-pll-10nm-util.o \
	mdss-dp-pll-14nm.o \
+0 −757

File deleted.

Preview size limit exceeded, changes collapsed.

Loading