Files
android_kernel_samsung_sm86…/Android.mk
Ingrid Gallardo 77ae3f31f0 mm-drivers: hw_fence: Add support for hw-fence driver
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>
2022-04-21 13:46:12 -07:00

8 rader
226 B
Makefile

MM_DRIVER_PATH := $(call my-dir)
include $(MM_DRIVER_PATH)/msm_ext_display/Android.mk
include $(MM_DRIVER_PATH)/hw_fence/Android.mk
ifneq ($(TARGET_BOARD_PLATFORM), taro)
include $(MM_DRIVER_PATH)/sync_fence/Android.mk
endif