From: Chris Wilson Date: Tue, 8 Jan 2013 10:53:17 +0000 (+0000) Subject: drm/i915: Use the reloc.handle as an index into the execbuffer array X-Git-Tag: v3.9-rc1~83^2~36^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eef90ccb8a4d50b219a95cc53878ebb007315b32;p=pandora-kernel.git drm/i915: Use the reloc.handle as an index into the execbuffer array Using copywinwin10 as an example that is dependent upon emitting a lot of relocations (2 per operation), we see improvements of: c2d/gm45: 618000.0/sec to 623000.0/sec. i3-330m: 748000.0/sec to 789000.0/sec. (measured relative to a baseline with neither optimisations applied). Signed-off-by: Chris Wilson Reviewed-by: Imre Deak Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed