
This change adds support for the hw-fence driver that initialize, expose and manage the interfaces for the hw-fences, which are the synchronization primitives to allow the hardware to hardware signalization of the fences for the frame buffers shared between gpu and display hw-cores. Change-Id: If2313585d5a9f3ac90e16aad3464600641a6fa04 Signed-off-by: Ingrid Gallardo <quic_ingridg@quicinc.com>
10 baris
289 B
C
10 baris
289 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#define CONFIG_MSM_EXT_DISPLAY 1
|
|
#define CONFIG_QCOM_SPEC_SYNC 1
|
|
#define CONFIG_QTI_HW_FENCE 1
|