From 3ad1e9f9c4ec150ea9e20a8cc8ed2d3bc5fa945f Mon Sep 17 00:00:00 2001 From: Varsha Suresh Date: Tue, 23 May 2023 12:22:58 -0700 Subject: [PATCH] disp: Update the deps and configs Module deps and config symbols update with respective makefile system. Change-Id: I4e2ae1be6ff6a4ec5a17047f22f79b91a949cc25 Signed-off-by: Varsha Suresh --- display_modules.bzl | 4 +++- target.bzl | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/display_modules.bzl b/display_modules.bzl index bee80bb003..493eec4ff6 100644 --- a/display_modules.bzl +++ b/display_modules.bzl @@ -176,7 +176,9 @@ module_entry( }, }, deps = [ - "//vendor/qcom/opensource/mm-drivers:%b_mm_drivers", + "//vendor/qcom/opensource/mm-drivers/hw_fence:%b_msm_hw_fence", + "//vendor/qcom/opensource/mm-drivers/sync_fence:%b_sync_fence", + "//vendor/qcom/opensource/mm-drivers/msm_ext_display:%b_msm_ext_display", "//vendor/qcom/opensource/mmrm-driver:%b_mmrm_driver", "//vendor/qcom/opensource/securemsm-kernel:%b_hdcp_qseecom_dlkm" ], diff --git a/target.bzl b/target.bzl index 90413cd22e..9d4e9c6eb8 100644 --- a/target.bzl +++ b/target.bzl @@ -23,5 +23,8 @@ def define_pineapple(): "CONFIG_DRM_SDE_VM", "CONFIG_QCOM_WCD939X_I2C", "CONFIG_THERMAL_OF", + "CONFIG_MSM_MMRM", + "CONFIG_QTI_HW_FENCE", + "CONFIG_QCOM_SPEC_SYNC", ], ) \ No newline at end of file