gpu: ion: Add ION Memory Manager
authorRebecca Schultz Zavin <rebecca@android.com>
Sat, 14 Dec 2013 03:38:38 +0000 (19:38 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2013 16:50:15 +0000 (08:50 -0800)
commitc30707be128e952ca2ba77417cb5509e254a4aac
treef0ba5ba47d721940dffb91d1c51e1252afe937f8
parent530376bfb7c82f50f20f9d28acd017194894eb66
gpu: ion: Add ION Memory Manager

Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
[jstultz: Squished in Colin Cross' move to staging change,
also disables ION from the build, as it won't compile till
the end of the patchset]
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13 files changed:
drivers/staging/android/Kconfig
drivers/staging/android/Makefile
drivers/staging/android/ion/Kconfig [new file with mode: 0644]
drivers/staging/android/ion/Makefile [new file with mode: 0644]
drivers/staging/android/ion/ion.c [new file with mode: 0644]
drivers/staging/android/ion/ion.h [new file with mode: 0644]
drivers/staging/android/ion/ion_carveout_heap.c [new file with mode: 0644]
drivers/staging/android/ion/ion_heap.c [new file with mode: 0644]
drivers/staging/android/ion/ion_priv.h [new file with mode: 0644]
drivers/staging/android/ion/ion_system_heap.c [new file with mode: 0644]
drivers/staging/android/ion/ion_system_mapper.c [new file with mode: 0644]
drivers/staging/android/ion/tegra/Makefile [new file with mode: 0644]
drivers/staging/android/ion/tegra/tegra_ion.c [new file with mode: 0644]