Re: [Intel-gfx] [PATCH 40/66] drm/i915: Track all VMAs per VM

2013-07-01 Thread Ben Widawsky
On Sun, Jun 30, 2013 at 05:35:00PM +0200, Daniel Vetter wrote: > On Thu, Jun 27, 2013 at 04:30:41PM -0700, Ben Widawsky wrote: > > This allows us to be aware of all the VMAs leftover and teardown, and is > > useful for debug. I suspect it will prove even more useful later. > > > > Signed-off-by: B

Re: [Intel-gfx] [PATCH 40/66] drm/i915: Track all VMAs per VM

2013-06-30 Thread Daniel Vetter
On Thu, Jun 27, 2013 at 04:30:41PM -0700, Ben Widawsky wrote: > This allows us to be aware of all the VMAs leftover and teardown, and is > useful for debug. I suspect it will prove even more useful later. > > Signed-off-by: Ben Widawsky > --- > drivers/gpu/drm/i915/i915_drv.h | 2 ++ > drivers/g

[Intel-gfx] [PATCH 40/66] drm/i915: Track all VMAs per VM

2013-06-27 Thread Ben Widawsky
This allows us to be aware of all the VMAs leftover and teardown, and is useful for debug. I suspect it will prove even more useful later. Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_drv.h | 2 ++ drivers/gpu/drm/i915/i915_gem.c | 4 2 files changed, 6 insertions(+) diff --gi