From: Chris Wilson Date: Fri, 3 Oct 2014 09:29:51 +0000 (+0100) Subject: drm/i915: Remove the duplicated logic between the two shrink phases X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~79^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60a5372777b05c78ec25f1bc1883cb59b2418255;p=pandora-kernel.git drm/i915: Remove the duplicated logic between the two shrink phases We can use the same logic to walk the different bound/unbound lists during shrinker (as the unbound list is a degenerate case of the bound list), slightly compacting the code. Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed