Re: [Intel-gfx] [PATCH 27/34] drm/i915: Create a global list of vms

2013-05-26 Thread Ben Widawsky
On Sat, May 25, 2013 at 12:27:01PM -0700, Ben Widawsky wrote: > 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 ob

[Intel-gfx] [PATCH 27/34] drm/i915: Create a global list of vms

2013-05-25 Thread Ben Widawsky
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. Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915