From: Keith Packard Date: Fri, 21 Nov 2008 07:14:48 +0000 (-0800) Subject: drm/i915: execbuffer pins objects, no need to ensure they're still in the GTT X-Git-Tag: v2.6.28-rc7~46^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6133047aa64d2fd5b3b79dff74f696ded45615b2;p=pandora-kernel.git drm/i915: execbuffer pins objects, no need to ensure they're still in the GTT Before we had the notion of pinning objects, we had a kludge around to make sure all of the objects were still resident in the GTT before we committed to executing a batch buffer. We don't need this any longer, and it sticks an error return in the middle of object domain computations that must be associated with a subsequent flush/invalidate emmission into the ring. Signed-off-by: Keith Packard Signed-off-by: Eric Anholt Signed-off-by: Dave Airlie --- Reading git-diff-tree failed