Loading config/lahainadisp.conf +1 −0 Original line number Diff line number Diff line ifeq ($(CONFIG_QGKI),y) export CONFIG_DRM_MSM=y export CONFIG_DRM_MSM_SDE=y export CONFIG_DRM_MSM_DP=y export CONFIG_SYNC_FILE=y export CONFIG_DRM_MSM_DSI=y export CONFIG_DSI_PARSER=y Loading config/lahainadispconf.h +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ */ #define CONFIG_DRM_MSM 1 #define CONFIG_DRM_MSM_DP 1 #define CONFIG_DRM_MSM_SDE 1 #define CONFIG_SYNC_FILE 1 #define CONFIG_DRM_MSM_DSI 1 Loading include/uapi/display/Kbuild +1 −0 Original line number Diff line number Diff line Loading @@ -2,3 +2,4 @@ header-y += media/ header-y += drm/ header-y += hdcp/ include/uapi/display/hdcp/Kbuild 0 → 100644 +3 −0 Original line number Diff line number Diff line # SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note header-y += msm_hdmi_hdcp_mgr.h msm/Makefile +4 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ ccflags-y += -I$(srctree)/techpack/display/msm/sde ccflags-y += -I$(srctree)/techpack/display/rotator ccflags-y += -I$(srctree)/drivers/clk/qcom/ msm_drm-$(CONFIG_DRM_MSM_DP) += dp/dp_usbpd.o \ msm_drm-$(CONFIG_DRM_MSM_DP) += dp/dp_altmode.o \ dp/dp_parser.o \ dp/dp_power.o \ dp/dp_catalog.o \ Loading @@ -24,8 +24,11 @@ msm_drm-$(CONFIG_DRM_MSM_DP) += dp/dp_usbpd.o \ dp/dp_hdcp2p2.o \ sde_hdcp_1x.o \ sde_hdcp_2x.o \ dp/dp_pll.o \ dp/dp_pll_5nm.o \ msm_drm-$(CONFIG_DRM_MSM_DP_MST) += dp/dp_mst_drm.o \ msm_drm-$(CONFIG_DRM_MSM_DP_USBPD_LEGACY) += dp/dp_usbpd.o \ msm_drm-$(CONFIG_DRM_MSM_SDE) += sde/sde_crtc.o \ sde/sde_encoder.o \ Loading Loading
config/lahainadisp.conf +1 −0 Original line number Diff line number Diff line ifeq ($(CONFIG_QGKI),y) export CONFIG_DRM_MSM=y export CONFIG_DRM_MSM_SDE=y export CONFIG_DRM_MSM_DP=y export CONFIG_SYNC_FILE=y export CONFIG_DRM_MSM_DSI=y export CONFIG_DSI_PARSER=y Loading
config/lahainadispconf.h +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ */ #define CONFIG_DRM_MSM 1 #define CONFIG_DRM_MSM_DP 1 #define CONFIG_DRM_MSM_SDE 1 #define CONFIG_SYNC_FILE 1 #define CONFIG_DRM_MSM_DSI 1 Loading
include/uapi/display/Kbuild +1 −0 Original line number Diff line number Diff line Loading @@ -2,3 +2,4 @@ header-y += media/ header-y += drm/ header-y += hdcp/
include/uapi/display/hdcp/Kbuild 0 → 100644 +3 −0 Original line number Diff line number Diff line # SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note header-y += msm_hdmi_hdcp_mgr.h
msm/Makefile +4 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ ccflags-y += -I$(srctree)/techpack/display/msm/sde ccflags-y += -I$(srctree)/techpack/display/rotator ccflags-y += -I$(srctree)/drivers/clk/qcom/ msm_drm-$(CONFIG_DRM_MSM_DP) += dp/dp_usbpd.o \ msm_drm-$(CONFIG_DRM_MSM_DP) += dp/dp_altmode.o \ dp/dp_parser.o \ dp/dp_power.o \ dp/dp_catalog.o \ Loading @@ -24,8 +24,11 @@ msm_drm-$(CONFIG_DRM_MSM_DP) += dp/dp_usbpd.o \ dp/dp_hdcp2p2.o \ sde_hdcp_1x.o \ sde_hdcp_2x.o \ dp/dp_pll.o \ dp/dp_pll_5nm.o \ msm_drm-$(CONFIG_DRM_MSM_DP_MST) += dp/dp_mst_drm.o \ msm_drm-$(CONFIG_DRM_MSM_DP_USBPD_LEGACY) += dp/dp_usbpd.o \ msm_drm-$(CONFIG_DRM_MSM_SDE) += sde/sde_crtc.o \ sde/sde_encoder.o \ Loading