]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Show instdone for each engine in debugfs
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 4 Jul 2019 20:04:55 +0000 (21:04 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 4 Jul 2019 21:55:03 +0000 (22:55 +0100)
commitb8cade5959acd712b03b0cecca8299e9292c47a6
tree128b20b83d7a5ae6ef08bfc6f2a410697a92afde
parent8f856c743c770b57308de450b21f70c0d16ab4cf
drm/i915: Show instdone for each engine in debugfs

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 <chris@chris-wilson.co.uk>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190704200455.14870-3-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_debugfs.c