drm/nouveau/falcon: use vmalloc to create firwmare copies
authorIlia Mirkin <imirkin@alum.mit.edu>
Sat, 7 Dec 2013 16:42:19 +0000 (11:42 -0500)
committerBen 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