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:
c072470
)
drm/nouveau: fix command submission to use vmalloc for big allocations
author
Maarten Lankhorst
<maarten.lankhorst@canonical.com>
Mon, 2 Sep 2013 14:31:31 +0000
(16:31 +0200)
committer
Ben Skeggs
<bskeggs@redhat.com>
Wed, 4 Sep 2013 03:48:56 +0000
(13:48 +1000)
I was getting a order 4 allocation failure from kmalloc when testing some
game after a few days uptime with some suspend/resumes.
For big allocations vmalloc should be used instead.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
No differences found