
Add VM layer files to handle VM specific operations for primary and secondary VM's. They interact with Hypervisor RM modules to LEND/ACCEPT/RELEASE/RECLAIM HW resources. They also handle notifications for each of the above Hyp RM operations to acquire and update the SDE software states. Change-Id: I5982f4bf56550dc464797c62cb356be39925b21c Signed-off-by: Jeykumar Sankaran <jsanka@codeaurora.org>
19 regels
512 B
C
19 regels
512 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_DP 1
|
|
#define CONFIG_DRM_MSM_DP_MST 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
|
|
#define CONFIG_DRM_SDE_RSC 1
|
|
#define CONFIG_DRM_SDE_VM 1
|