Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] drm/xe/guc: Improvements to GuC debugfs info
@ 2024-10-24  0:25 John.C.Harrison
  2024-10-24  0:25 ` [PATCH v2 1/2] drm/xe/guc: Capture all available bits of GuC timestamp John.C.Harrison
                   ` (18 more replies)
  0 siblings, 19 replies; 23+ messages in thread
From: John.C.Harrison @ 2024-10-24  0:25 UTC (permalink / raw)
  To: Intel-Xe; +Cc: John Harrison

From: John Harrison <John.C.Harrison@Intel.com>

The full CTB content dump is quite large, not human readable and
rarely interesting. So split it out of the guc_info file and into its
own guc_ctb file. Also add some extra blank lines to improve the human
readability of the info file.

Also, the GuC timestamp is actually more than 32 bits wide, so save
and print the full 64 bit register. It's still not the full 64 bits
yet (only 36 bits on current platforms) but the extra few bits might
be useful.

v2: Hide internal only function params (review feedback from Matthew
Brost) and fix a documentation bug.

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>


John Harrison (2):
  drm/xe/guc: Capture all available bits of GuC timestamp
  drm/xe/guc: Separate full CTB content from guc_info debugfs

 drivers/gpu/drm/xe/regs/xe_guc_regs.h |  3 +-
 drivers/gpu/drm/xe/xe_devcoredump.c   |  2 +-
 drivers/gpu/drm/xe/xe_guc.c           |  5 ++-
 drivers/gpu/drm/xe/xe_guc_ct.c        | 54 ++++++++++++++-------------
 drivers/gpu/drm/xe/xe_guc_ct.h        |  5 +--
 drivers/gpu/drm/xe/xe_guc_debugfs.c   | 14 +++++++
 drivers/gpu/drm/xe/xe_guc_log.c       |  6 +--
 drivers/gpu/drm/xe/xe_guc_log_types.h |  2 +-
 8 files changed, 55 insertions(+), 36 deletions(-)

-- 
2.47.0


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2024-10-29 11:45 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-24  0:25 [PATCH v2 0/2] drm/xe/guc: Improvements to GuC debugfs info John.C.Harrison
2024-10-24  0:25 ` [PATCH v2 1/2] drm/xe/guc: Capture all available bits of GuC timestamp John.C.Harrison
2024-10-24 21:12   ` Matt Roper
2024-10-24 21:27     ` John Harrison
2024-10-24  0:25 ` [PATCH v2 2/2] drm/xe/guc: Separate full CTB content from guc_info debugfs John.C.Harrison
2024-10-24  2:56   ` Matthew Brost
2024-10-24 18:41 ` ✓ CI.Patch_applied: success for drm/xe/guc: Improvements to GuC debugfs info (rev2) Patchwork
2024-10-24 18:42 ` ✓ CI.checkpatch: " Patchwork
2024-10-24 18:43 ` ✓ CI.KUnit: " Patchwork
2024-10-24 18:54 ` ✓ CI.Build: " Patchwork
2024-10-24 18:57 ` ✓ CI.Hooks: " Patchwork
2024-10-24 18:58 ` ✓ CI.checksparse: " Patchwork
2024-10-24 19:24 ` ✗ CI.BAT: failure " Patchwork
2024-10-25 18:52 ` ✓ CI.Patch_applied: success for drm/xe/guc: Improvements to GuC debugfs info (rev3) Patchwork
2024-10-25 18:52 ` ✓ CI.checkpatch: " Patchwork
2024-10-25 18:54 ` ✓ CI.KUnit: " Patchwork
2024-10-25 19:05 ` ✓ CI.Build: " Patchwork
2024-10-25 19:07 ` ✓ CI.Hooks: " Patchwork
2024-10-25 19:09 ` ✓ CI.checksparse: " Patchwork
2024-10-25 19:32 ` ✓ CI.BAT: " Patchwork
2024-10-26  0:29 ` ✗ CI.FULL: failure for drm/xe/guc: Improvements to GuC debugfs info (rev2) Patchwork
2024-10-27  8:37 ` ✗ CI.FULL: failure for drm/xe/guc: Improvements to GuC debugfs info (rev3) Patchwork
2024-10-29 11:45 ` Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox