aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/ion
Commit message (Expand)AuthorAgeFilesLines
* ion: disable system contig heapLiam Mark2017-03-171-3/+5
* omap4: ion: add config option to force dynamic tiler allocationsLuden2016-04-301-0/+4
* omap: ion: make tiler heap to use dynamic pages if carveouts are not availableDevaraj Rangasamy2012-06-181-4/+64
* ion: omap: change behaviour of getting buffers from pvr fdTyler Luu2012-05-221-12/+29
* gpu: ion: check for input arguments in ion_freeSuman Anna2012-05-221-0/+2
* Merge commit 'refs/changes/95/22495/2' of ssh://review.omapzoom.org:29418/ker...Keith Deacon2012-05-182-4/+58
|\
| * ION: Added support for getting ion phys without clientSunita Nadampalli2012-05-171-0/+53
| * gpu: ion: omap: Set correct heap for TILER allocationsLajos Molnar2012-05-151-0/+1
| * gpu: ion: group heap allocations by id in the debugfsLajos Molnar2012-05-151-4/+4
* | ion: fix comment to match realityDavid Schleef2012-05-181-1/+1
* | ion: add support for tiler reservation heapDavid Schleef2012-05-182-62/+116
* | ion: convert system heap to alloc_page()David Schleef2012-05-181-30/+74
|/
* ION : ION buffers caching support (ION, TILER 1D buffers)Devaraj Rangasamy2012-04-184-8/+261
* OMAP4: ION: Use the correct virtual TILER sizeAtanas (Tony) Zlatinski2012-03-221-28/+49
* OMAP4: ION/TILER: Expose virtual stride and sizeAndy Gross2012-03-211-0/+11
* OMAP4: Makes Y & UV tiler planes co-alignedTony Zlatinski2012-03-211-0/+1
* OMAP4: Tiler non-page-aligned supportTony Zlatinski2012-03-211-3/+17
* omap_ion: Revert ion_share and ion_import for PVR fdsTate Hornbeck2012-03-211-6/+0
* omap-ion: Fix build issue when CONFIG_PVR_SGX is definedHemant Hariyani2012-03-211-1/+1
* omap-ion: Interface to export ION handles from PVR fdTate Hornbeck2012-03-201-0/+48
* gpu: ion: export needed functions for PVR SGXRogelio Garcia2012-03-144-71/+75
* omap: ion: Fix heap id for new ion handle in omap_tiler_allocTony Lofthouse2012-02-291-1/+1
* ion: fix buildIliyan Malchev2011-11-041-6/+6
* ion: export functions to enable usage by kernel modulesSuman Anna2011-11-042-1/+14
* [ARM] omap: try not to allocate memory page by pageIliyan Malchev2011-10-131-43/+49
* OMAP: ION: Add support for nonsecure tiler carveout.Lajos Molnar2011-10-071-1/+13
* Merge branch 'android-3.0' into android-omap-3.0Iliyan Malchev2011-08-091-8/+10
|\
| * ion: minor clean upIliyan Malchev2011-08-091-8/+10
* | ION : Fix memory leak issue for TILER 2D buffersLakshman Gowda2011-07-231-1/+1
* | Merge remote branch 'common/android-3.0' into android-omap-3.0Dima Zavin2011-07-101-0/+22
|\ \ | |/
| * gpu: ion: Validate handles passed via the kernel apiRebecca Schultz Zavin2011-07-081-0/+22
* | gpu: ion: omap: Add debug statementsRebecca Schultz Zavin2011-07-081-1/+9
* | Merge remote branch 'common/android-3.0' into android-omap-3.0Rebecca Schultz Zavin2011-07-063-16/+17
|\ \ | |/
| * gpu: ion: Fix deferencing ERR_PTRChoi, Jong-Hwan2011-07-061-1/+4
| * gpu: ion: Fix possible memory leakChoi, Jong-Hwan2011-07-061-1/+3
| * gpu: ion: Remove redunant code from ion_openRebecca Schultz Zavin2011-07-061-7/+3
| * gpu: ion: Fix bug in ion client destroyRebecca Schultz Zavin2011-07-061-7/+7
* | Merge remote branch 'common/android-3.0' into android-omap-3.0Rebecca Schultz Zavin2011-07-011-32/+48
|\ \ | |/
| * gpu: ion: Fix bug in ion_client_createRebecca Schultz Zavin2011-07-011-32/+48
* | Merge remote branch 'common/android-3.0' into android-omap-3.0Rebecca Schultz Zavin2011-06-301-5/+4
|\ \ | |/
| * gpu: ion: Remove incorrect error messageRebecca Schultz Zavin2011-06-301-2/+0
| * gpu: ion: Fix bug in ion_buffer_addRebecca Schultz Zavin2011-06-301-3/+4
* | gpu: ion: Add omap support to ionRebecca Schultz Zavin2011-06-306-0/+435
|/
* gpu: ion: Several fixesRebecca Schultz Zavin2011-06-305-38/+66
* gpu: ion: Add ION Memory ManagerRebecca Schultz Zavin2011-06-2910-0/+1959