summaryrefslogtreecommitdiff
path: root/gralloc/gralloc_priv.h
diff options
context:
space:
mode:
authorSaurabh Dubey <sdubey@codeaurora.org>2018-06-26 11:31:18 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2018-07-13 08:09:42 -0700
commit91f0c3962ae387ea88ad2ce09d2febe51af55bcc (patch)
treeaf8c84d9e5686df89a368370d0eb1d63baab847f /gralloc/gralloc_priv.h
parente0c168c3f6ec565d9f8050a54a062f7677696fd6 (diff)
downloaddisplay-91f0c3962ae387ea88ad2ce09d2febe51af55bcc.tar.gz
Gralloc: Add support to disable AHardwareBuffer
Add property to disable calling into adreno size calculation APIs Change-Id: I538a880769c4ce55ac42bcccfd5faebfa284d4e0 CRs-Fixed: 2268733
Diffstat (limited to 'gralloc/gralloc_priv.h')
-rw-r--r--gralloc/gralloc_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gralloc/gralloc_priv.h b/gralloc/gralloc_priv.h
index be53d8bb..db4b41a3 100644
--- a/gralloc/gralloc_priv.h
+++ b/gralloc/gralloc_priv.h
@@ -28,6 +28,7 @@
#define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name
#define DISABLE_UBWC_PROP GRALLOC_PROP("disable_ubwc")
+#define DISABLE_AHARDWAREBUFFER_PROP GRALLOC_PROP("disable_ahardware_buffer")
#define ENABLE_FB_UBWC_PROP GRALLOC_PROP("enable_fb_ubwc")
#define MAP_FB_MEMORY_PROP GRALLOC_PROP("map_fb_memory")