Re: [Intel-gfx] [RFC PATCH 141/162] drm/i915: Lmem eviction statistics by category

2020-11-27 Thread Chris Wilson
Quoting Matthew Auld (2020-11-27 12:06:57) > diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h > index 82f431cc38cd..6f0ab363bdee 100644 > --- a/drivers/gpu/drm/i915/i915_drv.h > +++ b/drivers/gpu/drm/i915/i915_drv.h > @@ -1225,6 +1225,11 @@ struct drm_i915_private { >

[Intel-gfx] [RFC PATCH 141/162] drm/i915: Lmem eviction statistics by category

2020-11-27 Thread Matthew Auld
From: Ramalingam C Number of bytes swapped in and out are captured for both blitter and memcpy based evictions with time taken for the process. Debugfs is extended to provide the eviction statistics through both methods with rate of transfer. Signed-off-by: Ramalingam C Cc: Matthew Auld Cc: C