[PATCH v5 0/4] Large devcoredump file support
Matthew Brost
matthew.brost at intel.com
Tue Apr 15 18:39:12 UTC 2025
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
v4:
- s/drm_printer_is_full/drm_coredump_printer_is_full (Jani)
v5:
- Bail in drm_coredump_printer_is_full if not coredump printer (Michal)
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_coredump_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 | 20 ++
8 files changed, 291 insertions(+), 32 deletions(-)
--
2.34.1
More information about the Intel-xe
mailing list