commit | 90d6db1635d5e225623af2e2e859feb607345287 | [log] [tgz] |
---|---|---|
author | Ilia Mirkin <imirkin@alum.mit.edu> | Sat Dec 07 11:42:19 2013 -0500 |
committer | Ben Skeggs <bskeggs@redhat.com> | Thu Jan 23 13:38:32 2014 +1000 |
tree | c66588ab87ed313fac1972094f094ae9f4373993 | |
parent | d96bf437b6b52c6d7d2f293ca67e576110b04605 [diff] |
drm/nouveau/falcon: use vmalloc to create firwmare copies 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