From: Chris Wilson Date: Tue, 10 Sep 2013 10:27:37 +0000 (+0100) Subject: drm/i915: Remove the double-list iteration from bound_any() X-Git-Tag: v3.13-rc1~76^2~114^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a1d5eb020a27759f5cab4d72222d1752bb29453;p=pandora-kernel.git drm/i915: Remove the double-list iteration from bound_any() The purpose of the function is to find out whether the object is still bound in any address space. This can be easily checked by looking at the vma currently associated with the object, rather than asking if any of the global address spaces have an active vma on the object. Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed