Browse Source

disp: config: enable dp compilation for kailua

Enable DP and DP_MST compilation flags for Kailua.
Disable ext audio and HDCP until validated.

Change-Id: I7f05e370aed1df07beff568b87cf12ff57b96d63
Signed-off-by: Sandeep Gangadharaiah <[email protected]>
Signed-off-by: Vara Reddy <[email protected]>
Vara Reddy 3 years ago
parent
commit
402b7f58de
2 changed files with 5 additions and 4 deletions
  1. 2 1
      config/gki_kalamadisp.conf
  2. 3 3
      config/gki_kalamadispconf.h

+ 2 - 1
config/gki_kalamadisp.conf

@@ -2,11 +2,12 @@ export CONFIG_DRM_MSM=y
 export CONFIG_DRM_MSM_SDE=y
 export CONFIG_SYNC_FILE=y
 export CONFIG_DRM_MSM_DSI=y
+export CONFIG_DRM_MSM_DP=y
+export CONFIG_DRM_MSM_DP_MST=y
 export CONFIG_DSI_PARSER=y
 export CONFIG_QCOM_MDSS_PLL=y
 export CONFIG_DRM_SDE_RSC=y
 export CONFIG_DRM_SDE_WB=y
 export CONFIG_DRM_MSM_REGISTER_LOGGING=y
 export CONFIG_DISPLAY_BUILD=m
-export CONFIG_HDCP_QSEECOM=y
 export CONFIG_DRM_SDE_VM=y

+ 3 - 3
config/gki_kalamadispconf.h

@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 /*
- * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
  * Copyright (c) 2021, The Linux Foundation. All rights reserved.
  */
 
@@ -8,6 +8,8 @@
 #define CONFIG_DRM_MSM_SDE 1
 #define CONFIG_SYNC_FILE 1
 #define CONFIG_DRM_MSM_DSI 1
+#define CONFIG_DRM_MSM_DP 1
+#define CONFIG_DRM_MSM_DP_MST 1
 #define CONFIG_DSI_PARSER 1
 #define CONFIG_DRM_SDE_WB 1
 #define CONFIG_DRM_SDE_RSC 1
@@ -15,6 +17,4 @@
 #define CONFIG_DRM_SDE_EVTLOG_DEBUG 1
 #define CONFIG_QCOM_MDSS_PLL 1
 #define CONFIG_GKI_DISPLAY 1
-#define CONFIG_MSM_EXT_DISPLAY 1
-#define CONFIG_HDCP_QSEECOM 1
 #define CONFIG_DRM_SDE_VM 1