From: Chris Wilson Date: Mon, 21 Feb 2011 12:54:48 +0000 (+0000) Subject: drm/i915: First try a normal large kmalloc for the temporary exec buffers X-Git-Tag: v2.6.39-rc1~458^2~9^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8408c282f0cf34ee166df5f842f2861d245407fd;p=pandora-kernel.git drm/i915: First try a normal large kmalloc for the temporary exec buffers As we just need a temporary array whilst performing the relocations for the execbuffer, first attempt to allocate using kmalloc even if it is not of order page-0. This avoids the overhead of remapping the discontiguous array and so gives a moderate boost to execution throughput. Signed-off-by: Chris Wilson --- Reading git-diff-tree failed