gpu: ion: Use the ion_page_pool from the system heap
authorRebecca Schultz Zavin <rebecca@android.com>
Tue, 7 Aug 2012 04:37:23 +0000 (21:37 -0700)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 21:16:09 +0000 (14:16 -0700)
commit169b8e42f3a20bef126b5e1d8cb7d0cb458f2564
treee532660f93622a596813eb514be664fe461567ff
parent59f9282fcfcaf29fc4052b49f48e5717567af9f3
gpu: ion: Use the ion_page_pool from the system heap

With this change the system heap will use pagepools to avoid
having to invalidate memory when it is allocated, a
significant performance improvement on some systems.

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