From: Ben Widawsky Date: Wed, 31 Jul 2013 23:59:57 +0000 (-0700) Subject: drm/i915: Use bound list for inactive shrink X-Git-Tag: v3.12-rc1~136^2~59^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcb4a57805e04dee04f736c25a5648ec7bebe30f;p=pandora-kernel.git drm/i915: Use bound list for inactive shrink Do to the move active/inactive lists, it no longer makes sense to use them for shrinking, since shrinking isn't VM specific (such a need may also exist, but doesn't yet). What we can do instead is use the global bound list to find all objects which aren't active. Signed-off-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed