diff options
author | SeYeong Byeon <sy.byeon@samsung.com> | 2019-09-09 09:40:00 +0900 |
---|---|---|
committer | SeYeong Byeon <sy.byeon@samsung.com> | 2019-09-18 13:27:06 +0900 |
commit | ba41b52743a8be0294832cd70411a69c928817a4 (patch) | |
tree | a397364336574f6453db861ac5af1c45d614c7e4 /include | |
parent | a622edf3f043bb2222803233d75cfdfccb742f81 (diff) |
gralloc3: [g19] code sync with Lassen 190911
* refactor format definitions
* plane_count variable added to gralloc handle
* added mapper 2.1 function
* typedef ion_user_handle in gralloc header, so the typedef
doesn't pollute the ion header. (Before, the ion header
was modified to contain the typedef)
Change-Id: If9c51666a862b104069c4a166013468b50e75554
Signed-off-by: SeYeong Byeon <sy.byeon@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/gralloc3_priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gralloc3_priv.h b/include/gralloc3_priv.h index a366fb7..e5a0d45 100644 --- a/include/gralloc3_priv.h +++ b/include/gralloc3_priv.h @@ -42,6 +42,8 @@ /* for legacy */ #define GRALLOC_USAGE_PRIVATE_NONSECURE GRALLOC1_PRODUCER_USAGE_PRIVATE_NONSECURE +typedef int ion_user_handle_t; + typedef enum { /* |