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

2013-07-08 Thread Daniel Vetter
On Mon, Jul 08, 2013 at 11:08:34PM -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 03/11] drm/i915: Create a global list of vms

2013-07-08 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