commit | fcb4a57805e04dee04f736c25a5648ec7bebe30f | [log] [tgz] |
---|---|---|
author | Ben Widawsky <ben@bwidawsk.net> | Wed Jul 31 16:59:57 2013 -0700 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Aug 05 19:04:09 2013 +0200 |
tree | 083855e13320547eb0cd72dbef228b74a397fcb4 | |
parent | a70a3148b0c61cb7c588ea650db785b261b378a3 [diff] |
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 <ben@bwidawsk.net> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>