mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
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
This commit is contained in:
parent
c9a230854e
commit
f3851c7cdf
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user