gpu: ion: Modify reserve function for carveouts with no start address
authorRebecca Schultz Zavin <rebecca@android.com>
Thu, 15 Nov 2012 18:31:02 +0000 (10:31 -0800)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 21:16:15 +0000 (14:16 -0700)
commit467ec9d01ca5877901625b1c4bb6a396b85ba362
tree046cc5c23d1a982d8c4021d7d70d00c6dd12c85d
parent404bca0758936d274a911248fcf892f1d345065c
gpu: ion: Modify reserve function for carveouts with no start address

This patch allows you to specify a heap that requires carveout memory
but that doesn't specify a start address.  Memblock_alloc will be called
to find a location for these heaps.

Change-Id: I9c79b30e3105e796060fc74b058f04093ee5e96e
Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
drivers/gpu/ion/ion.c