drm/i915: Defer accounting until read from debugfs
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 24 Nov 2010 12:23:44 +0000 (12:23 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 25 Nov 2010 15:04:53 +0000 (15:04 +0000)
Simply remove our accounting of objects inside the aperture, keeping
only track of what is in the aperture and its current usage. This
removes the over-complication of BUGs that were attempting to keep the
accounting correct and also removes the overhead of the accounting on
the hot-paths.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

No differences found