From: Maarten Lankhorst Date: Mon, 2 Sep 2013 14:31:31 +0000 (+0200) Subject: drm/nouveau: fix command submission to use vmalloc for big allocations X-Git-Tag: v3.12-rc1~136^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c859074e7d804a254f318bb55ba1b39893247fc7;p=pandora-kernel.git drm/nouveau: fix command submission to use vmalloc for big allocations 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 Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed