gpu: ion: Use alloc_pages instead of vmalloc from the system heap
authorRebecca Schultz Zavin <rebecca@android.com>
Mon, 30 Apr 2012 23:45:38 +0000 (16:45 -0700)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 20:40:47 +0000 (13:40 -0700)
commit53e1d739166086b76144ec3187574956be76918d
treef189441902894f9c1b147fe57f85884a39f45c30
parent768dc49b04069982c71f9f267ff50a291093b040
gpu: ion: Use alloc_pages instead of vmalloc from the system heap

With this change the ion_system_heap will only use kernel address
space when the memory is mapped into the kernel (rare case).

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