All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Large devcoredump file support
@ 2025-04-10  4:06 Matthew Brost
  2025-04-10  4:06 ` [PATCH v3 1/4] drm/xe: Add devcoredump chunking Matthew Brost
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Matthew Brost @ 2025-04-10  4:06 UTC (permalink / raw)
  To: intel-xe

Devcoredump were truncated at 2G, remove this restriction. While here,
add support for GPU copies of BOs to increase devcoredump speed.

v2:
 - Fix build error
 - Abort printing once printer if full
v3:
 - Actually fix build error
 - Address a few nits from Jonathan

Matthew Brost (4):
  drm/xe: Add devcoredump chunking
  drm/xe: Update xe_ttm_access_memory to use GPU for non-visible access
  drm/print: Add drm_printer_is_full
  drm/xe: Abort printing coredump in VM printer output if full

 drivers/gpu/drm/xe/xe_bo.c                |  15 +-
 drivers/gpu/drm/xe/xe_devcoredump.c       |  59 ++++--
 drivers/gpu/drm/xe/xe_devcoredump_types.h |   2 +
 drivers/gpu/drm/xe/xe_guc_hwconfig.c      |   2 +-
 drivers/gpu/drm/xe/xe_migrate.c           | 218 ++++++++++++++++++++--
 drivers/gpu/drm/xe/xe_migrate.h           |   4 +
 drivers/gpu/drm/xe/xe_vm.c                |   3 +
 include/drm/drm_print.h                   |  17 ++
 8 files changed, 288 insertions(+), 32 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-04-16  7:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-10  4:06 [PATCH v3 0/4] Large devcoredump file support Matthew Brost
2025-04-10  4:06 ` [PATCH v3 1/4] drm/xe: Add devcoredump chunking Matthew Brost
2025-04-10 17:47   ` John Harrison
2025-04-10  4:06 ` [PATCH v3 2/4] drm/xe: Update xe_ttm_access_memory to use GPU for non-visible access Matthew Brost
2025-04-10  4:06 ` [PATCH v3 3/4] drm/print: Add drm_printer_is_full Matthew Brost
2025-04-10 12:06   ` Jani Nikula
2025-04-15 17:10     ` Matthew Brost
2025-04-16  7:14       ` Jani Nikula
2025-04-10  4:06 ` [PATCH v3 4/4] drm/xe: Abort printing coredump in VM printer output if full Matthew Brost
2025-04-10  4:11 ` ✓ CI.Patch_applied: success for Large devcoredump file support Patchwork
2025-04-10  4:11 ` ✓ CI.checkpatch: " Patchwork
2025-04-10  4:12 ` ✓ CI.KUnit: " Patchwork
2025-04-10  4:28 ` ✗ CI.Build: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.