aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/ion/ion_heap.c
Commit message (Collapse)AuthorAgeFilesLines
* gpu: ion: Fix deferencing ERR_PTRChoi, Jong-Hwan2011-07-061-1/+4
| | | | | Change-Id: I986c380d75591571890f1a2cba1405e66789b25c Signed-off-by: Choi, Jong-Hwan <jhbird.choi@samsung.com>
* gpu: ion: Several fixesRebecca Schultz Zavin2011-06-301-2/+2
| | | | | | Fix some cases where locks were not released on error paths Change heap->prio to heap->id to make meaning clearer Fix kernel doc to match sources
* gpu: ion: Add ION Memory ManagerRebecca Schultz Zavin2011-06-291-0/+69
Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>