[Intel-gfx] [PATCH] drm/i915/guc: Remove action status and statistics from debugfs

2017-05-15 Thread Michal Wajdeczko
Usefulness of these stats were over-advertised. Suggested-by: Chris Wilson Signed-off-by: Michal Wajdeczko Cc: Chris Wilson Cc: Daniele Ceraolo Spurio --- drivers/gpu/drm/i915/i915_debugfs.c | 6 -- drivers/gpu/drm/i915/intel_uc.c | 7 --- drivers/gpu/drm/i915/intel_uc.h | 7 -

Re: [Intel-gfx] [PATCH] drm/i915/guc: Remove action status and statistics from debugfs

2017-05-15 Thread Chris Wilson
On Mon, May 15, 2017 at 03:52:07PM +, Michal Wajdeczko wrote: > Usefulness of these stats were over-advertised. > > Suggested-by: Chris Wilson > Signed-off-by: Michal Wajdeczko > Cc: Chris Wilson > Cc: Daniele Ceraolo Spurio > --- > drivers/gpu/drm/i915/i915_debugfs.c | 6 -- > driver