Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drm/i915: First try a normal large kmalloc for the temporary exec buf…
…fers 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 <chris@chris-wilson.co.uk>
- Loading branch information