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:
d96bf43
)
drm/nouveau/falcon: use vmalloc to create firwmare copies
author
Ilia Mirkin
<imirkin@alum.mit.edu>
Sat, 7 Dec 2013 16:42:19 +0000
(11:42 -0500)
committer
Ben Skeggs
<bskeggs@redhat.com>
Thu, 23 Jan 2014 03:38:32 +0000
(13:38 +1000)
Some firmware images may be large (64K), so using kmalloc memory is
inappropriate for them. Use vmalloc instead, to avoid high-order
allocation failures.
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: stable@vger.kernel.org
drivers/gpu/drm/nouveau/core/engine/falcon.c
patch
|
blob
|
history
diff --cc
drivers/gpu/drm/nouveau/core/engine/falcon.c
Simple merge