summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRebecca Schultz Zavin <rebecca@android.com>2012-06-25 14:02:25 -0700
committerArve Hjønnevåg <arve@android.com>2013-06-11 17:46:42 -0700
commit4ba90a9a93e6777329964d344a3001c311c275a9 (patch)
tree948de926091880c543e58dac3ba189924eaaaa99 /include
parent358974ce90147f8f0e682b40f90e191122506fb7 (diff)
gpu: ion: Switch max num_heaps to 16 to work around an issue elsewere
Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com> Change-Id: I3bcbc9c424086f5921a1641afeb16040deffcece
Diffstat (limited to 'include')
-rw-r--r--include/linux/ion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ion.h b/include/linux/ion.h
index 050a9a157054..ba09e704c195 100644
--- a/include/linux/ion.h
+++ b/include/linux/ion.h
@@ -37,7 +37,7 @@ enum ion_heap_type {
ION_HEAP_TYPE_CARVEOUT,
ION_HEAP_TYPE_CUSTOM, /* must be last so device specific heaps always
are at the end of this enum */
- ION_NUM_HEAPS = 32,
+ ION_NUM_HEAPS = 16,
};
#define ION_HEAP_SYSTEM_MASK (1 << ION_HEAP_TYPE_SYSTEM)