
This change enables display drivers code compilation for lahaina target and current location of header files is replacing the header files in usr/include/drm directory before installing display specific header files. This change ensures both the drm and msm_drv header files are exported to user mode clients. Change-Id: If6fc347598b902e670b7206dbcb82fe0740b3984 Signed-off-by: Shashank Babu Chinta Venkata <sbchin@codeaurora.org> Signed-off-by: Abhijit Kulkarni <kabhijit@codeaurora.org> Signed-off-by: Narendra Muppalla <NarendraM@codeaurora.org>
16 wiersze
396 B
C
16 wiersze
396 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#define CONFIG_DRM_MSM 1
|
|
#define CONFIG_DRM_MSM_SDE 1
|
|
#define CONFIG_SYNC_FILE 1
|
|
#define CONFIG_DRM_MSM_DSI 1
|
|
#define CONFIG_DSI_PARSER 1
|
|
#define CONFIG_DRM_SDE_WB 1
|
|
#define CONFIG_DRM_MSM_REGISTER_LOGGING 1
|
|
#define CONFIG_DRM_SDE_EVTLOG_DEBUG 1
|
|
#define CONFIG_QCOM_MDSS_PLL 1
|
|
|