From c859074e7d804a254f318bb55ba1b39893247fc7 Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Mon, 2 Sep 2013 16:31:31 +0200 Subject: [PATCH] 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-format-patch failed