From: Chris Wilson Date: Wed, 12 Jan 2011 23:49:13 +0000 (+0000) Subject: drm/i915/execbuffer: Reorder relocations to match new object order X-Git-Tag: v2.6.38-rc1~54^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd6864a4edb9b2d0055a7f30e17cbc521098b1be;p=pandora-kernel.git drm/i915/execbuffer: Reorder relocations to match new object order On the fault path, commit 6fe4f140 introduction a regression whereby it changed the sequence of the objects but continued to use the original ordering of relocation entries. The result was that incorrect GTT offsets were being fed into the execbuffer causing lots of misrendering and potential hangs. Reported-by: Linus Torvalds Tested-by: Linus Torvalds Signed-off-by: Chris Wilson --- Reading git-diff-tree failed