From 001bc79f7273148abbc22516e6b0b87511421d41 Mon Sep 17 00:00:00 2001 From: Subash Chander Date: Mon, 9 Jul 2018 18:48:08 +0530 Subject: [PATCH] commonsys-intf: display: Add dedicated heaps macro for sensors direct report mode Updating gralloc header file similar to sdm. CRs-Fixed: 2275876 Change-Id: I8cf144e13969abbad4fcc4ed17a9dcfc64b1d111 --- gralloc/gralloc_priv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gralloc/gralloc_priv.h b/gralloc/gralloc_priv.h index 662675eb..5bb3139b 100644 --- a/gralloc/gralloc_priv.h +++ b/gralloc/gralloc_priv.h @@ -30,6 +30,7 @@ #define DISABLE_UBWC_PROP GRALLOC_PROP("disable_ubwc") #define ENABLE_FB_UBWC_PROP GRALLOC_PROP("enable_fb_ubwc") #define MAP_FB_MEMORY_PROP GRALLOC_PROP("map_fb_memory") +#define USE_SYSTEM_HEAP_FOR_SENSORS GRALLOC_PROP("use_system_heap_for_sensors") #define ROUND_UP_PAGESIZE(x) roundUpToPageSize(x) inline int roundUpToPageSize(int x) {