diff options
author | Taehwan Kim <t_h.kim@samsung.com> | 2019-07-01 11:03:47 +0900 |
---|---|---|
committer | Taehwan Kim <t_h.kim@samsung.com> | 2020-02-25 12:51:54 +0900 |
commit | 28aa111ac6f200a716e779e536e80ac1a25ab30a (patch) | |
tree | 072a12b9c50675b67c6f0e1ae87715f8227e43cc /libion | |
parent | 9fc15b8c08289949822c80e5d9072260be1d3e19 (diff) |
libion: add ION_FLAG_HW_EXTRA flag
if this flag is set,
ion d/d will allocate a buffer with more extra size
for H/W module.
Change-Id: Ib4727f75ebc02069e0e8418e7663cb2a44210ee4
Signed-off-by: Taehwan Kim <t_h.kim@samsung.com>
Diffstat (limited to 'libion')
-rw-r--r-- | libion/include/hardware/exynos/ion.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libion/include/hardware/exynos/ion.h b/libion/include/hardware/exynos/ion.h index cd161b8..bcb1c67 100644 --- a/libion/include/hardware/exynos/ion.h +++ b/libion/include/hardware/exynos/ion.h @@ -45,6 +45,7 @@ #define ION_FLAG_PROTECTED 16 #define ION_FLAG_SYNC_FORCE 32 #define ION_FLAG_MAY_HWRENDER 64 +#define ION_FLAG_HW_EXTRA 128 __BEGIN_DECLS |