]> bbs.cooldavid.org Git - net-next-2.6.git/commit
drm/i915: Append the object onto the inactive list on binding.
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 7 Aug 2010 10:01:20 +0000 (11:01 +0100)
committerEric Anholt <eric@anholt.net>
Mon, 9 Aug 2010 18:24:32 +0000 (11:24 -0700)
commitbf1a10923920f56da23a118de2511a72af341d61
tree32d01acfdc89a6e29c436b16b79ef319decc5a45
parent6ef3d4278034982c13df87c4a51e0445f762d316
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 <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/i915_gem.c