From: Ben Widawsky Date: Tue, 16 Jul 2013 23:50:07 +0000 (-0700) Subject: drm/i915: Create a global list of vms X-Git-Tag: v3.12-rc1~136^2~129^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7bbbd63e79a89b3e7b77eb734f2773ad69a2a43;p=pandora-kernel.git drm/i915: Create a global list of vms After we plumb our code to support multiple address spaces (VMs), there are a few situations where we want to be able to traverse the list of all address spaces in the system. Cases like eviction, or error state collection are obvious example. v2: Delete the global link instead of the list head. While this in and of itself shouldn't be really be a problem, doing this allows us to WARN on an non-empty list, which is a problem. (Daniel) Signed-off-by: Ben Widawsky Reviewed-by: Imre Deak Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed