From: Chris Wilson Date: Tue, 24 Apr 2012 14:47:30 +0000 (+0100) Subject: drm/i915: Remove the list of pinned inactive objects X-Git-Tag: v3.5-rc1~83^2~8^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b50247a8ddde4af5aaa0e6bc125615372ce6c16;p=pandora-kernel.git drm/i915: Remove the list of pinned inactive objects Simplify object tracking by removing the inactive but pinned list. The only place where this was used is for counting the available memory, which is just as easy performed by checking all objects on the rare occasions it is required (application startup). For ease of debugging, we keep the reporting of pinned objects through the error-state and debugfs. Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed