From: Chris Wilson Date: Tue, 24 Apr 2012 17:22:52 +0000 (+0100) Subject: drm/i915: Remove i915_gem_evict_inactive() X-Git-Tag: v3.5-rc1~83^2~8^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a39d7efc6200d05b9ca3cfeec5dd82f6dd03f4e8;p=pandora-kernel.git drm/i915: Remove i915_gem_evict_inactive() This was only used by one external caller who would just be as happy with evict-everything, so perform the replacement and make the function private. In the process we note that unbinding the inactive list should not fail, and make it a warning instead. Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed