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

Commit 951a2126 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm: cleanup display drivers to restore upstream files"

parents 0cbdc1eb a6869840
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