Re: [Intel-gfx] [PATCH 3/3] drm/i915: Show instdone for each engine in debugfs

2019-07-04 Thread Matthew Auld
On Thu, 4 Jul 2019 at 21:05, Chris Wilson wrote: > > Although polling each engine quickly is preferable as it should give us > a sample of each engine at roughly the same time, keep it simple and > just sample the engine as print out the debug state. as we > > Signed-off-by: Chris Wilson Review

[Intel-gfx] [PATCH 3/3] drm/i915: Show instdone for each engine in debugfs

2019-07-04 Thread Chris Wilson
Although polling each engine quickly is preferable as it should give us a sample of each engine at roughly the same time, keep it simple and just sample the engine as print out the debug state. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_debugfs.c | 33 -