| commit | 43cace16a34679e0adf1652b50a908a75b222f87 | [log] [tgz] |
|---|---|---|
| author | Laura Abbott <lauraa@codeaurora.org> | Wed Jun 19 10:07:21 2013 -0700 |
| committer | William Bellavance <flintman@flintmancomputers.com> | Sun Mar 06 18:32:11 2016 -0500 |
| tree | 62ccc7af7b9d31f452aecdd101ec616eedc28252 | |
| parent | 85df2156c560fb9bea47967a093c1adbede1f189 [diff] |
gpu: ion: Explictly mark DMA allocations as GFP_KERNEL For legacy reasons, the GFP allocation for dma allocations is currently marked as 0, which corresponds to atomic allocations. These allocations should not be marked as atomic since the atomic pool is very small. Switch to properly using GFP_KERNEL to always allocate from the correct pool. Change-Id: Id3ce68b538a3d6dbdc8857109cca9ec8706ca4ef Signed-off-by: Laura Abbott <lauraa@codeaurora.org>