From: Chris Wilson Date: Tue, 28 Jan 2014 18:08:38 +0000 (+0000) Subject: drm/i915: VM eviction only targets address space not physical pages X-Git-Tag: v3.15-rc1~51^2~62^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3036537dbfeaa9940bad7cbdab6671576e1dff69;p=pandora-kernel.git drm/i915: VM eviction only targets address space not physical pages During eviction, we are only considering how to free up space within the current address space and not concerned with freeing up physical memory. As such we need only skip nodes that pinned in the current VM and not globally. Signed-off-by: Chris Wilson Cc: Daniel Vetter Cc: Ben Widawsky Reviewed-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed