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
This commit is contained in:
Subash Chander
2018-07-09 18:48:08 +05:30
parent f4417d94e9
commit 001bc79f72

View File

@@ -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) {