git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a46b6b2
)
gpu: ion: ion_system_heap: Change allocations to GFP_HIGHUSER
author
Rebecca Schultz Zavin
<rebecca@android.com>
Fri, 13 Dec 2013 22:23:47 +0000
(14:23 -0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 14 Dec 2013 16:55:37 +0000
(08:55 -0800)
Previously the ion_system_heap was using GFP_KERNEL, forcing all allocations
to be in lowmem. This quickly causes us to run out of lowmem.
Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
[jstultz: modified patch to apply to staging directory]
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found