linux/drivers/gpu
Chris Wilson 2549d6c26c drm/i915: Avoid vmallocing a buffer for the relocations
... perform an access validation check up front instead and copy them in
on-demand, during i915_gem_object_pin_and_relocate(). As around 20% of
the CPU overhead may be spent inside vmalloc for the relocation entries
when submitting an execbuffer [for x11perf -aa10text], the savings are
considerable and result in around a 10% throughput increase [for glyphs].

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-10-19 09:18:36 +01:00
..
drm drm/i915: Avoid vmallocing a buffer for the relocations 2010-10-19 09:18:36 +01:00
vga vgaarb: trivial fix 2010-09-24 10:13:44 +10:00
Makefile