mbox series

[v2,0/2] Some debugfs refactoring and improvements

Message ID 20230301110258.2140955-1-andi.shyti@linux.intel.com (mailing list archive)
Headers show
Series Some debugfs refactoring and improvements | expand

Message

Andi Shyti March 1, 2023, 11:02 a.m. UTC
Hi,

These two patches aim to enhance the multi-GT capabilities of the
debugfs.

The first patch reorganizes the file structure, while the second
patch extends the functionality of the original files in the
upper directories to operate on all tiles with a single write,
providing an or'ed value among them in the read case.

Andi

Changelog
=========
v1 -> v2
 - add patch 2 for multiplexing
 - improve commit log in patch 1.

Andi Shyti (2):
  drm/i915/gt: Create per-tile debugfs files
  drm/i915/debugfs: Enable upper layer interfaces to act on all gt's

 drivers/gpu/drm/i915/gt/intel_gt_debugfs.c    |  4 +-
 drivers/gpu/drm/i915/gt/uc/intel_guc.h        |  2 +
 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c    |  5 ++-
 drivers/gpu/drm/i915/gt/uc/intel_uc_debugfs.c |  2 +
 drivers/gpu/drm/i915/i915_debugfs.c           | 38 +++++++++++++++++--
 5 files changed, 45 insertions(+), 6 deletions(-)