Re: [Intel-gfx] [PATCH 1/6] drm/i915: trace vm eviction instead of everything

2013-09-24 Thread Daniel Vetter
On Tue, Sep 24, 2013 at 09:57:56AM -0700, Ben Widawsky wrote: > Tracing vm eviction is really the event we care about. For the cases we > evict everything, we still will get the trace. > > v2: Add the drm device to the trace since we might not be the only > device in the system. (Chris) > > Revie

[Intel-gfx] [PATCH 1/6] drm/i915: trace vm eviction instead of everything

2013-09-24 Thread Ben Widawsky
Tracing vm eviction is really the event we care about. For the cases we evict everything, we still will get the trace. v2: Add the drm device to the trace since we might not be the only device in the system. (Chris) Reviewed-by: Chris Wilson Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915

[Intel-gfx] [PATCH 1/6] drm/i915: trace vm eviction instead of everything

2013-09-14 Thread Ben Widawsky
Tracing vm eviction is really the event we care about. For the cases we evict everything, we still will get the trace. v2: Add the drm device to the trace since we might not be the only device in the system. (Chris) Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_gem_evict.c | 2 ++