From: Chris Wilson Date: Sat, 7 Aug 2010 10:01:20 +0000 (+0100) Subject: drm/i915: Append the object onto the inactive list on binding. X-Git-Tag: v2.6.36-rc2~2^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf1a10923920f56da23a118de2511a72af341d61;p=pandora-kernel.git drm/i915: Append the object onto the inactive list on binding. In order to properly track bound objects, they need to exist on one of the inactive/active lists or be pinned. As this is a requirement, do the work inside i915_gem_bind_to_gtt() rather than dotted around the callsites. Signed-off-by: Chris Wilson Signed-off-by: Eric Anholt --- Reading git-diff-tree failed